#221EAE

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

Shades of Persian Blue #221EAE

Tints of Persian Blue #221EAE

Color information

#221EAE (or 0x221EAE) is unknown color: approx Persian Blue. HEX triplet: 22, 1E and AE. RGB value is (34,30,174). Sum of RGB (Red+Green+Blue) = 34+30+174=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #221EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221EAE is #DDE151. Grayscale: #2F2F2F. Windows color (decimal): -14541138 or 11410978. OLE color: 11410978.

HSL color Cylindrical-coordinate representation of color #221EAE: hue angle of 241.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #221EAE is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3430174-
CMYK0.800.8300.32
HSL241.67º70.59%40%-
HSV(B)241.67º82.76%68.24%-
XYZ8.764.3240.42-
YUV47.61199.33118.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.29%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 174 (68.36% from 255) = 73.11%
R=14.29%
G=12.61%
B=73.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34301740.800.8300.32241.6770.5940
Hex221EAE5053020f24728
Octal423625612012304036210750
Binary1000101111010101110101000010100110100000111100101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221EAE; }

 p { color: rgb(34,30,174); }

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

<style>
 a { background-color: #221EAE; }

 a { background-color: rgb(34,30,174); }

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

<style>
 span { border-color: #221EAE; }

 span { border-color: rgb(34,30,174); }

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