#2A4ABD

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

Shades of Cerulean Blue #2A4ABD

Tints of Cerulean Blue #2A4ABD

Color information

#2A4ABD (or 0x2A4ABD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4A and BD. RGB value is (42,74,189). Sum of RGB (Red+Green+Blue) = 42+74+189=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A4ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4ABD is #D5B542. Grayscale: #4D4D4D. Windows color (decimal): -14005571 or 12405290. OLE color: 12405290.

HSL color Cylindrical-coordinate representation of color #2A4ABD: hue angle of 226.94º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A4ABD is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4274189-
CMYK0.780.6100.26
HSL226.94º63.64%45.29%-
HSV(B)226.94º77.78%74.12%-
XYZ12.599.0649.23-
YUV77.54190.9102.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.77%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=13.77%
G=24.26%
B=61.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42741890.780.6100.26226.9463.6445.29
Hex2A4ABD4E3D01Ae3402d
Octal521122751167503234310055
Binary1010101001010101111011001110111101011010111000111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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