#2C4BAF

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

Shades of Cerulean Blue #2C4BAF

Tints of Cerulean Blue #2C4BAF

Color information

#2C4BAF (or 0x2C4BAF) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4B and AF. RGB value is (44,75,175). Sum of RGB (Red+Green+Blue) = 44+75+175=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C4BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4BAF is #D3B450. Grayscale: #4C4C4C. Windows color (decimal): -13874257 or 11488044. OLE color: 11488044.

HSL color Cylindrical-coordinate representation of color #2C4BAF: hue angle of 225.8º 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 #2C4BAF is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4475175-
CMYK0.750.5700.31
HSL225.8º59.82%42.94%-
HSV(B)225.8º74.86%68.63%-
XYZ11.298.6641.63-
YUV77.13183.23104.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.97%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 175 (68.75% from 255) = 59.52%
R=14.97%
G=25.51%
B=59.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44751750.750.5700.31225.859.8242.94
Hex2C4BAF4B3901Fe23c2b
Octal54113257113710373427453
Binary101100100101110101111100101111100101111111100010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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