#2A52AB

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

Shades of Cerulean Blue #2A52AB

Tints of Cerulean Blue #2A52AB

Color information

#2A52AB (or 0x2A52AB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 52 and AB. RGB value is (42,82,171). Sum of RGB (Red+Green+Blue) = 42+82+171=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A52AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A52AB is #D5AD54. Grayscale: #4F4F4F. Windows color (decimal): -14003541 or 11227690. OLE color: 11227690.

HSL color Cylindrical-coordinate representation of color #2A52AB: hue angle of 221.4º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A52AB is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4282171-
CMYK0.750.5200.33
HSL221.4º60.56%41.76%-
HSV(B)221.4º75.44%67.06%-
XYZ11.329.4739.76-
YUV80.19179.25100.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.24%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 171 (67.19% from 255) = 57.97%
R=14.24%
G=27.80%
B=57.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42821710.750.5200.33221.460.5641.76
Hex2A52AB4B34021dd3d2a
Octal52122253113640413357552
Binary1010101010010101010111001011110100010000111011101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A52AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,82,171); }

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

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

 a { background-color: rgb(42,82,171); }

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

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

 span { border-color: rgb(42,82,171); }

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