#2A49DC

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

Shades of Cerulean Blue #2A49DC

Tints of Cerulean Blue #2A49DC

Color information

#2A49DC (or 0x2A49DC) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 49 and DC. RGB value is (42,73,220). Sum of RGB (Red+Green+Blue) = 42+73+220=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A49DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A49DC is #D5B623. Grayscale: #4F4F4F. Windows color (decimal): -14005796 or 14436650. OLE color: 14436650.

HSL color Cylindrical-coordinate representation of color #2A49DC: hue angle of 229.55º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A49DC is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4273220-
CMYK0.810.6700.14
HSL229.55º71.77%51.37%-
HSV(B)229.55º80.91%86.27%-
XYZ16.2610.4268.87-
YUV80.49206.73100.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 220 (86.33% from 255) = 65.67%
R=12.54%
G=21.79%
B=65.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal42732200.810.6700.14229.5571.7751.37
Hex2A49DC51430Ee64833
Octal5211133412110301634611063
Binary1010101001001110111001010001100001101110111001101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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