#2C4BB8

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

Shades of Cerulean Blue #2C4BB8

Tints of Cerulean Blue #2C4BB8

Color information

#2C4BB8 (or 0x2C4BB8) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4B and B8. RGB value is (44,75,184). Sum of RGB (Red+Green+Blue) = 44+75+184=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #2C4BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4BB8 is #D3B447. Grayscale: #4D4D4D. Windows color (decimal): -13874248 or 12077868. OLE color: 12077868.

HSL color Cylindrical-coordinate representation of color #2C4BB8: hue angle of 226.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C4BB8 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4475184-
CMYK0.760.5900.28
HSL226.71º61.4%44.71%-
HSV(B)226.71º76.09%72.16%-
XYZ12.219.0346.45-
YUV78.16187.73103.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.52%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 184 (72.27% from 255) = 60.73%
R=14.52%
G=24.75%
B=60.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44751840.760.5900.28226.7161.444.71
Hex2C4BB84C3B01Ce33d2d
Octal54113270114730343437555
Binary101100100101110111000100110011101101110011100011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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