#2A4AAE

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

Shades of Cerulean Blue #2A4AAE

Tints of Cerulean Blue #2A4AAE

Color information

#2A4AAE (or 0x2A4AAE) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4A and AE. RGB value is (42,74,174). Sum of RGB (Red+Green+Blue) = 42+74+174=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A4AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4AAE is #D5B551. Grayscale: #4B4B4B. Windows color (decimal): -14005586 or 11422250. OLE color: 11422250.

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

Color convert

RGB4274174-
CMYK0.760.5700.32
HSL225.45º61.11%42.35%-
HSV(B)225.45º75.86%68.24%-
XYZ11.048.4541.09-
YUV75.83183.4103.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.48%
GREEN value IS 74 (29.30% from 255) = 25.52%
BLUE value IS 174 (68.36% from 255) = 60%
R=14.48%
G=25.52%
B=60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42741740.760.5700.32225.4561.1142.35
Hex2A4AAE4C39020e13d2a
Octal52112256114710403417552
Binary1010101001010101011101001100111001010000011100001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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