#2253A9

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

Shades of Cerulean Blue #2253A9

Tints of Cerulean Blue #2253A9

Color information

#2253A9 (or 0x2253A9) is unknown color: approx Cerulean Blue. HEX triplet: 22, 53 and A9. RGB value is (34,83,169). Sum of RGB (Red+Green+Blue) = 34+83+169=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #2253A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2253A9 is #DDAC56. Grayscale: #4D4D4D. Windows color (decimal): -14527575 or 11096866. OLE color: 11096866.

HSL color Cylindrical-coordinate representation of color #2253A9: hue angle of 218.22º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2253A9 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3483169-
CMYK0.800.5100.34
HSL218.22º66.5%39.8%-
HSV(B)218.22º79.88%66.27%-
XYZ10.919.3938.77-
YUV78.15179.2796.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.89%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 169 (66.41% from 255) = 59.09%
R=11.89%
G=29.02%
B=59.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal34831690.800.5100.34218.2266.539.8
Hex2253A95033022da4328
Octal421232511206304233210350
Binary10001010100111010100110100001100110100010110110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2253A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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