#2048E3

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

Shades of Cerulean Blue #2048E3

Tints of Cerulean Blue #2048E3

Color information

#2048E3 (or 0x2048E3) is unknown color: approx Cerulean Blue. HEX triplet: 20, 48 and E3. RGB value is (32,72,227). Sum of RGB (Red+Green+Blue) = 32+72+227=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 227 (89.06% from 255 or 68.58% from 331); Max value from RGB is 227 - color contains mainly: blue. Hex color #2048E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2048E3 is #DFB71C. Grayscale: #4D4D4D. Windows color (decimal): -14661405 or 14895136. OLE color: 14895136.

HSL color Cylindrical-coordinate representation of color #2048E3: hue angle of 227.69º 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 #2048E3 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3272227-
CMYK0.860.6800.11
HSL227.69º77.69%50.78%-
HSV(B)227.69º85.9%89.02%-
XYZ16.7810.4973.81-
YUV77.71212.2595.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.67%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 227 (89.06% from 255) = 68.58%
R=9.67%
G=21.75%
B=68.58%

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
Decimal32722270.860.6800.11227.6977.6950.78
Hex2048E356440Be44e33
Octal4011034312610401334411663
Binary1000001001000111000111010110100010001011111001001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2048E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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