#2C5AAE

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

Shades of Cerulean Blue #2C5AAE

Tints of Cerulean Blue #2C5AAE

Color information

#2C5AAE (or 0x2C5AAE) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 5A and AE. RGB value is (44,90,174). Sum of RGB (Red+Green+Blue) = 44+90+174=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C5AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5AAE is #D3A551. Grayscale: #555555. Windows color (decimal): -13870418 or 11426348. OLE color: 11426348.

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

Color convert

RGB4490174-
CMYK0.750.4800.32
HSL218.77º59.63%42.75%-
HSV(B)218.77º74.71%68.24%-
XYZ12.3310.941.5-
YUV85.82177.7698.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.29%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=14.29%
G=29.22%
B=56.49%

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
Decimal44901740.750.4800.32218.7759.6342.75
Hex2C5AAE4B30020db3c2b
Octal54132256113600403337453
Binary1011001011010101011101001011110000010000011011011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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