#2B4CA2

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

Shades of Cerulean Blue #2B4CA2

Tints of Cerulean Blue #2B4CA2

Color information

#2B4CA2 (or 0x2B4CA2) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4C and A2. RGB value is (43,76,162). Sum of RGB (Red+Green+Blue) = 43+76+162=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 162 (63.67% from 255 or 57.65% from 281); Max value from RGB is 162 - color contains mainly: blue. Hex color #2B4CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4CA2 is #D4B35D. Grayscale: #4B4B4B. Windows color (decimal): -13939550 or 10636331. OLE color: 10636331.

HSL color Cylindrical-coordinate representation of color #2B4CA2: hue angle of 223.36º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B4CA2 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4376162-
CMYK0.730.5300.36
HSL223.36º58.05%40.2%-
HSV(B)223.36º73.46%63.53%-
XYZ10.18.2935.25-
YUV75.94176.57104.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.30%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 162 (63.67% from 255) = 57.65%
R=15.30%
G=27.05%
B=57.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43761620.730.5300.36223.3658.0540.2
Hex2B4CA24935024df3a28
Octal53114242111650443377250
Binary1010111001100101000101001001110101010010011011111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,76,162); }

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

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

 a { background-color: rgb(43,76,162); }

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

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

 span { border-color: rgb(43,76,162); }

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