Html Css Color HEX #2255AA Cerulean Blue

📋 copy color: '#2255AA'

red 34 ◦ green 85 ◦ blue 170

#2255AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2255AA

Tints of Cerulean Blue #2255AA

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.8% from 255) = 58.82%

R = 11.76%
G = 29.41%
B = 58.82%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2255AA (or 0x2255AA) is known color: 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

RGB 34 85 170 -
CMYK 0.80 0.50 0 0.33
HSL 217.5º 0.67% 0.4% -
HSV(B) 217.5º 0.8% 0.67% -
XYZ 11.16 9.74 39.32 -
YUV 79.44 179.1 95.59 -
System Red Green Blue C M Y K H S L
Decimal 34 85 170 0.80 0.50 0 0.33 217.5 0.67 0.4
Hex 22 55 AA 50 32 0 21 DA 43 28
Octal 42 125 252 120 62 0 41 332 103 50
Binary 100010 1010101 10101010 1010000 110010 0 100001 11011010 1000011 101000

Color Harmonies of #2255AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2255AA

Black with #2255AA

Text Example


Text Example

White with #2255AA

Text Example


Text Example

HTML Codes & Css Web 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>