#2A4CA2

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

Shades of Cerulean Blue #2A4CA2

Tints of Cerulean Blue #2A4CA2

Color information

#2A4CA2 (or 0x2A4CA2) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4C and A2. RGB value is (42,76,162). Sum of RGB (Red+Green+Blue) = 42+76+162=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 162 (63.67% from 255 or 57.86% from 280); Max value from RGB is 162 - color contains mainly: blue. Hex color #2A4CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4CA2 is #D5B35D. Grayscale: #4B4B4B. Windows color (decimal): -14005086 or 10636330. OLE color: 10636330.

HSL color Cylindrical-coordinate representation of color #2A4CA2: hue angle of 223º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A4CA2 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4276162-
CMYK0.740.5300.36
HSL223º58.82%40%-
HSV(B)223º74.07%63.53%-
XYZ10.068.2735.25-
YUV75.64176.74104.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 162 (63.67% from 255) = 57.86%
R=15%
G=27.14%
B=57.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42761620.740.5300.3622358.8240
Hex2A4CA24A35024df3b28
Octal52114242112650443377350
Binary1010101001100101000101001010110101010010011011111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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