#2A55CB

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

Shades of Cerulean Blue #2A55CB

Tints of Cerulean Blue #2A55CB

Color information

#2A55CB (or 0x2A55CB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 55 and CB. RGB value is (42,85,203). Sum of RGB (Red+Green+Blue) = 42+85+203=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A55CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A55CB is #D5AA34. Grayscale: #555555. Windows color (decimal): -14002741 or 13325610. OLE color: 13325610.

HSL color Cylindrical-coordinate representation of color #2A55CB: hue angle of 223.98º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A55CB is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4285203-
CMYK0.790.5800.20
HSL223.98º65.71%48.04%-
HSV(B)223.98º79.31%79.61%-
XYZ14.9811.357.89-
YUV85.6194.2596.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.73%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 203 (79.69% from 255) = 61.52%
R=12.73%
G=25.76%
B=61.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42852030.790.5800.20223.9865.7148.04
Hex2A55CB4F3A014e04230
Octal521253131177202434010260
Binary1010101010101110010111001111111010010100111000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A55CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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