#2A4CAE

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

Shades of Cerulean Blue #2A4CAE

Tints of Cerulean Blue #2A4CAE

Color information

#2A4CAE (or 0x2A4CAE) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4C and AE. RGB value is (42,76,174). Sum of RGB (Red+Green+Blue) = 42+76+174=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A4CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4CAE is #D5B351. Grayscale: #4C4C4C. Windows color (decimal): -14005074 or 11422762. OLE color: 11422762.

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

Color convert

RGB4276174-
CMYK0.760.5600.32
HSL224.55º61.11%42.35%-
HSV(B)224.55º75.86%68.24%-
XYZ11.188.7241.14-
YUV77.01182.74103.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.38%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 174 (68.36% from 255) = 59.59%
R=14.38%
G=26.03%
B=59.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42761740.760.5600.32224.5561.1142.35
Hex2A4CAE4C38020e13d2a
Octal52114256114700403417552
Binary1010101001100101011101001100111000010000011100001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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