#2C5BAE

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

Shades of Cerulean Blue #2C5BAE

Tints of Cerulean Blue #2C5BAE

Color information

#2C5BAE (or 0x2C5BAE) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 5B and AE. RGB value is (44,91,174). Sum of RGB (Red+Green+Blue) = 44+91+174=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C5BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5BAE is #D3A451. Grayscale: #565656. Windows color (decimal): -13870162 or 11426604. OLE color: 11426604.

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

Color convert

RGB4491174-
CMYK0.750.4800.32
HSL218.31º59.63%42.75%-
HSV(B)218.31º74.71%68.24%-
XYZ12.4211.0741.53-
YUV86.41177.4397.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.24%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=14.24%
G=29.45%
B=56.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44911740.750.4800.32218.3159.6342.75
Hex2C5BAE4B30020da3c2b
Octal54133256113600403327453
Binary1011001011011101011101001011110000010000011011010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,91,174); }

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

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

 a { background-color: rgb(44,91,174); }

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

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

 span { border-color: rgb(44,91,174); }

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