#2C4FAF

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

Shades of Cerulean Blue #2C4FAF

Tints of Cerulean Blue #2C4FAF

Color information

#2C4FAF (or 0x2C4FAF) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4F and AF. RGB value is (44,79,175). Sum of RGB (Red+Green+Blue) = 44+79+175=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C4FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4FAF is #D3B050. Grayscale: #4F4F4F. Windows color (decimal): -13873233 or 11489068. OLE color: 11489068.

HSL color Cylindrical-coordinate representation of color #2C4FAF: hue angle of 223.97º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C4FAF is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4479175-
CMYK0.750.5500.31
HSL223.97º59.82%42.94%-
HSV(B)223.97º74.86%68.63%-
XYZ11.579.2241.73-
YUV79.48181.9102.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.77%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 175 (68.75% from 255) = 58.72%
R=14.77%
G=26.51%
B=58.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44791750.750.5500.31223.9759.8242.94
Hex2C4FAF4B3701Fe03c2b
Octal54117257113670373407453
Binary101100100111110101111100101111011101111111100000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,79,175); }

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

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

 a { background-color: rgb(44,79,175); }

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

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

 span { border-color: rgb(44,79,175); }

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