#2252AD

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

Shades of Cerulean Blue #2252AD

Tints of Cerulean Blue #2252AD

Color information

#2252AD (or 0x2252AD) is unknown color: approx Cerulean Blue. HEX triplet: 22, 52 and AD. RGB value is (34,82,173). Sum of RGB (Red+Green+Blue) = 34+82+173=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #2252AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2252AD is #DDAD52. Grayscale: #4D4D4D. Windows color (decimal): -14527827 or 11358754. OLE color: 11358754.

HSL color Cylindrical-coordinate representation of color #2252AD: hue angle of 219.28º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2252AD is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3482173-
CMYK0.800.5300.32
HSL219.28º67.15%40.59%-
HSV(B)219.28º80.35%67.84%-
XYZ11.229.3940.76-
YUV78.02181.696.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 173 (67.97% from 255) = 59.86%
R=11.76%
G=28.37%
B=59.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34821730.800.5300.32219.2867.1540.59
Hex2252AD5035020db4329
Octal421222551206504033310351
Binary10001010100101010110110100001101010100000110110111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2252AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2252AD; }

 p { color: rgb(34,82,173); }

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

<style>
 a { background-color: #2252AD; }

 a { background-color: rgb(34,82,173); }

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

<style>
 span { border-color: #2252AD; }

 span { border-color: rgb(34,82,173); }

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