#2A49BD

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

Shades of Cerulean Blue #2A49BD

Tints of Cerulean Blue #2A49BD

Color information

#2A49BD (or 0x2A49BD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 49 and BD. RGB value is (42,73,189). Sum of RGB (Red+Green+Blue) = 42+73+189=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A49BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A49BD is #D5B642. Grayscale: #4C4C4C. Windows color (decimal): -14005827 or 12405034. OLE color: 12405034.

HSL color Cylindrical-coordinate representation of color #2A49BD: hue angle of 227.35º 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 #2A49BD is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4273189-
CMYK0.780.6100.26
HSL227.35º63.64%45.29%-
HSV(B)227.35º77.78%74.12%-
XYZ12.528.9349.21-
YUV76.96191.23103.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.82%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 189 (74.22% from 255) = 62.17%
R=13.82%
G=24.01%
B=62.17%

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
Decimal42731890.780.6100.26227.3563.6445.29
Hex2A49BD4E3D01Ae3402d
Octal521112751167503234310055
Binary1010101001001101111011001110111101011010111000111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A49BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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