#2A4AB5

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

Shades of Cerulean Blue #2A4AB5

Tints of Cerulean Blue #2A4AB5

Color information

#2A4AB5 (or 0x2A4AB5) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4A and B5. RGB value is (42,74,181). Sum of RGB (Red+Green+Blue) = 42+74+181=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #2A4AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4AB5 is #D5B54A. Grayscale: #4C4C4C. Windows color (decimal): -14005579 or 11881002. OLE color: 11881002.

HSL color Cylindrical-coordinate representation of color #2A4AB5: hue angle of 226.19º 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 #2A4AB5 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4274181-
CMYK0.770.5900.29
HSL226.19º62.33%43.73%-
HSV(B)226.19º76.8%70.98%-
XYZ11.748.7344.78-
YUV76.63186.9103.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 181 (71.09% from 255) = 60.94%
R=14.14%
G=24.92%
B=60.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42741810.770.5900.29226.1962.3343.73
Hex2A4AB54D3B01De23e2c
Octal52112265115730353427654
Binary101010100101010110101100110111101101110111100010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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