#211EAE

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

Shades of Persian Blue #211EAE

Tints of Persian Blue #211EAE

Color information

#211EAE (or 0x211EAE) is unknown color: approx Persian Blue. HEX triplet: 21, 1E and AE. RGB value is (33,30,174). Sum of RGB (Red+Green+Blue) = 33+30+174=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #211EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211EAE is #DEE151. Grayscale: #2E2E2E. Windows color (decimal): -14606674 or 11410977. OLE color: 11410977.

HSL color Cylindrical-coordinate representation of color #211EAE: hue angle of 241.25º 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 #211EAE is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3330174-
CMYK0.810.8300.32
HSL241.25º70.59%40%-
HSV(B)241.25º82.76%68.24%-
XYZ8.734.3140.42-
YUV47.31199.49117.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 174 (68.36% from 255) = 73.42%
R=13.92%
G=12.66%
B=73.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33301740.810.8300.32241.2570.5940
Hex211EAE5153020f14728
Octal413625612112304036110750
Binary1000011111010101110101000110100110100000111100011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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