#2a55bc

Color #2A55BC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2A55BC

Tints of Cerulean Blue #2A55BC

Color information

#2A55BC (or 0x2A55BC) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 55 and BC. RGB value is (42,85,188). Sum of RGB (Red+Green+Blue) = 42+85+188=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A55BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A55BC is #D5AA43. Grayscale: #535353. Windows color (decimal): -14002756 or 12342570. OLE color: 12342570.

HSL color Cylindrical-coordinate representation of color #2A55BC: hue angle of 222.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A55BC is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4285188-
CMYK0.780.5500.26
HSL222.33º63.48%45.1%-
HSV(B)222.33º77.66%73.73%-
XYZ13.2810.6248.93-
YUV83.88186.7598.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 188 (73.83% from 255) = 59.68%
R=13.33%
G=26.98%
B=59.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42851880.780.5500.26222.3363.4845.1
Hex2A55BC4E3701Ade3f2d
Octal52125274116670323367755
Binary101010101010110111100100111011011101101011011110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a55bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2a55bc; }

 p { color: rgb(42,85,188); }

 H1.HeaderClassName
 {
   color: #2a55bc;
 }
 .AnyTagClassName
 {
   color: #2a55bc;
 }
</style>
background-color css

<style>
 a { background-color: #2a55bc; }

 a { background-color: rgb(42,85,188); }

 div.DivClassName
 {
   background-color: #2a55bc;
 }
 .BgClassName
 {
   background-color: #2a55bc;
 }
</style>
border-color css

<style>
 span { border-color: #2a55bc; }

 span { border-color: rgb(42,85,188); }

 td.TdClassName
 {
   border-color: #2a55bc;
 }
 .TagClassName
 {
   border-color: #2a55bc;
 }
</style>