#2B4FAC

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

Shades of Cerulean Blue #2B4FAC

Tints of Cerulean Blue #2B4FAC

Color information

#2B4FAC (or 0x2B4FAC) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4F and AC. RGB value is (43,79,172). Sum of RGB (Red+Green+Blue) = 43+79+172=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B4FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B4FAC is #D4B053. Grayscale: #4E4E4E. Windows color (decimal): -13938772 or 11292459. OLE color: 11292459.

HSL color Cylindrical-coordinate representation of color #2B4FAC: hue angle of 223.26º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B4FAC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4379172-
CMYK0.750.5400.33
HSL223.26º60%42.16%-
HSV(B)223.26º75%67.45%-
XYZ11.249.0840.19-
YUV78.84180.57102.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.63%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 172 (67.58% from 255) = 58.50%
R=14.63%
G=26.87%
B=58.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43791720.750.5400.33223.266042.16
Hex2B4FAC4B36021df3c2a
Octal53117254113660413377452
Binary1010111001111101011001001011110110010000111011111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,79,172); }

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

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

 a { background-color: rgb(43,79,172); }

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

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

 span { border-color: rgb(43,79,172); }

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