#2049E3

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

Shades of Cerulean Blue #2049E3

Tints of Cerulean Blue #2049E3

Color information

#2049E3 (or 0x2049E3) is unknown color: approx Cerulean Blue. HEX triplet: 20, 49 and E3. RGB value is (32,73,227). Sum of RGB (Red+Green+Blue) = 32+73+227=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 227 (89.06% from 255 or 68.37% from 332); Max value from RGB is 227 - color contains mainly: blue. Hex color #2049E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2049E3 is #DFB61C. Grayscale: #4D4D4D. Windows color (decimal): -14661149 or 14895392. OLE color: 14895392.

HSL color Cylindrical-coordinate representation of color #2049E3: hue angle of 227.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2049E3 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3273227-
CMYK0.860.6800.11
HSL227.38º77.69%50.78%-
HSV(B)227.38º85.9%89.02%-
XYZ16.8410.6273.83-
YUV78.3211.9294.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.64%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 227 (89.06% from 255) = 68.37%
R=9.64%
G=21.99%
B=68.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal32732270.860.6800.11227.3877.6950.78
Hex2049E356440Be34e33
Octal4011134312610401334311663
Binary1000001001001111000111010110100010001011111000111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2049E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2049E3; }

 p { color: rgb(32,73,227); }

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

<style>
 a { background-color: #2049E3; }

 a { background-color: rgb(32,73,227); }

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

<style>
 span { border-color: #2049E3; }

 span { border-color: rgb(32,73,227); }

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