#2255AA

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

Shades of Cerulean Blue #2255AA

Tints of Cerulean Blue #2255AA

Color information

#2255AA (or 0x2255AA) is unknown color: approx Cerulean Blue. HEX triplet: 22, 55 and AA. RGB value is (34,85,170). Sum of RGB (Red+Green+Blue) = 34+85+170=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #2255AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2255AA is #DDAA55. Grayscale: #4F4F4F. Windows color (decimal): -14527062 or 11162914. OLE color: 11162914.

HSL color Cylindrical-coordinate representation of color #2255AA: hue angle of 217.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2255AA is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3485170-
CMYK0.800.5000.33
HSL217.5º66.67%40%-
HSV(B)217.5º80%66.67%-
XYZ11.169.7439.32-
YUV79.44179.195.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 170 (66.80% from 255) = 58.82%
R=11.76%
G=29.41%
B=58.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34851700.800.5000.33217.566.6740
Hex2255AA5032021da4328
Octal421252521206204133210350
Binary10001010101011010101010100001100100100001110110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2255AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2255AA; }

 p { color: rgb(34,85,170); }

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

<style>
 a { background-color: #2255AA; }

 a { background-color: rgb(34,85,170); }

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

<style>
 span { border-color: #2255AA; }

 span { border-color: rgb(34,85,170); }

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