#222aaa

Color #222AAA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #222AAA

Tints of Persian Blue #222AAA

Color information

#222AAA (or 0x222AAA) is unknown color: approx Persian Blue. HEX triplet: 22, 2A and AA. RGB value is (34,42,170). Sum of RGB (Red+Green+Blue) = 34+42+170=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #222AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222AAA is #DDD555. Grayscale: #353535. Windows color (decimal): -14538070 or 11151906. OLE color: 11151906.

HSL color Cylindrical-coordinate representation of color #222AAA: hue angle of 236.47º 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 #222AAA is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3442170-
CMYK0.800.7500.33
HSL236.47º66.67%40%-
HSV(B)236.47º80%66.67%-
XYZ8.744.938.51-
YUV54.2193.35113.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.82%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 170 (66.80% from 255) = 69.11%
R=13.82%
G=17.07%
B=69.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34421700.800.7500.33236.4766.6740
Hex222AAA504B021ec4328
Octal425225212011304135410350
Binary10001010101010101010101000010010110100001111011001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222aaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222aaa; }

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

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

<style>
 a { background-color: #222aaa; }

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

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

<style>
 span { border-color: #222aaa; }

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

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