#2A5DAE

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

Shades of Cerulean Blue #2A5DAE

Tints of Cerulean Blue #2A5DAE

Color information

#2A5DAE (or 0x2A5DAE) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5D and AE. RGB value is (42,93,174). Sum of RGB (Red+Green+Blue) = 42+93+174=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 93 (36.72% from 255 or 30.10% 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 #2A5DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5DAE is #D5A251. Grayscale: #565656. Windows color (decimal): -14000722 or 11427114. OLE color: 11427114.

HSL color Cylindrical-coordinate representation of color #2A5DAE: hue angle of 216.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A5DAE is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4293174-
CMYK0.760.4700.32
HSL216.82º61.11%42.35%-
HSV(B)216.82º75.86%68.24%-
XYZ12.5111.3841.58-
YUV86.98177.195.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.59%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=13.59%
G=30.10%
B=56.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42931740.760.4700.32216.8261.1142.35
Hex2A5DAE4C2F020d93d2a
Octal52135256114570403317552
Binary1010101011101101011101001100101111010000011011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,93,174); }

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

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

 a { background-color: rgb(42,93,174); }

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

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

 span { border-color: rgb(42,93,174); }

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