#2253C0

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

Shades of Cerulean Blue #2253C0

Tints of Cerulean Blue #2253C0

Color information

#2253C0 (or 0x2253C0) is unknown color: approx Cerulean Blue. HEX triplet: 22, 53 and C0. RGB value is (34,83,192). Sum of RGB (Red+Green+Blue) = 34+83+192=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #2253C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2253C0 is #DDAC3F. Grayscale: #505050. Windows color (decimal): -14527552 or 12604194. OLE color: 12604194.

HSL color Cylindrical-coordinate representation of color #2253C0: hue angle of 221.39º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2253C0 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3483192-
CMYK0.820.5700.25
HSL221.39º69.91%44.31%-
HSV(B)221.39º82.29%75.29%-
XYZ13.2710.3351.16-
YUV80.78190.7794.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.00%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 192 (75.39% from 255) = 62.14%
R=11.00%
G=26.86%
B=62.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34831920.820.5700.25221.3969.9144.31
Hex2253C05239019dd462c
Octal421233001227103133510654
Binary1000101010011110000001010010111001011001110111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2253C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2253C0; }

 p { color: rgb(34,83,192); }

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

<style>
 a { background-color: #2253C0; }

 a { background-color: rgb(34,83,192); }

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

<style>
 span { border-color: #2253C0; }

 span { border-color: rgb(34,83,192); }

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