#2253CA

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

Shades of Cerulean Blue #2253CA

Tints of Cerulean Blue #2253CA

Color information

#2253CA (or 0x2253CA) is unknown color: approx Cerulean Blue. HEX triplet: 22, 53 and CA. RGB value is (34,83,202). Sum of RGB (Red+Green+Blue) = 34+83+202=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #2253CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2253CA is #DDAC35. Grayscale: #515151. Windows color (decimal): -14527542 or 13259554. OLE color: 13259554.

HSL color Cylindrical-coordinate representation of color #2253CA: hue angle of 222.5º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2253CA is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3483202-
CMYK0.830.5900.21
HSL222.5º71.19%46.27%-
HSV(B)222.5º83.17%79.22%-
XYZ14.4110.7957.2-
YUV81.92195.7793.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.66%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 202 (79.30% from 255) = 63.32%
R=10.66%
G=26.02%
B=63.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal34832020.830.5900.21222.571.1946.27
Hex2253CA533B015de472e
Octal421233121237302533610756
Binary1000101010011110010101010011111011010101110111101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2253CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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