#2A5AB4

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

Shades of Cerulean Blue #2A5AB4

Tints of Cerulean Blue #2A5AB4

Color information

#2A5AB4 (or 0x2A5AB4) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5A and B4. RGB value is (42,90,180). Sum of RGB (Red+Green+Blue) = 42+90+180=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #2A5AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5AB4 is #D5A54B. Grayscale: #555555. Windows color (decimal): -14001484 or 11819562. OLE color: 11819562.

HSL color Cylindrical-coordinate representation of color #2A5AB4: hue angle of 219.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A5AB4 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4290180-
CMYK0.770.5000.29
HSL219.13º62.16%43.53%-
HSV(B)219.13º76.67%70.59%-
XYZ12.8511.144.65-
YUV85.91181.196.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.46%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 180 (70.70% from 255) = 57.69%
R=13.46%
G=28.85%
B=57.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42901800.770.5000.29219.1362.1643.53
Hex2A5AB44D3201Ddb3e2c
Octal52132264115620353337654
Binary101010101101010110100100110111001001110111011011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,90,180); }

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

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

 a { background-color: rgb(42,90,180); }

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

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

 span { border-color: rgb(42,90,180); }

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