#2120AE

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

Shades of Persian Blue #2120AE

Tints of Persian Blue #2120AE

Color information

#2120AE (or 0x2120AE) is unknown color: approx Persian Blue. HEX triplet: 21, 20 and AE. RGB value is (33,32,174). Sum of RGB (Red+Green+Blue) = 33+32+174=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #2120AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2120AE is #DEDF51. Grayscale: #2F2F2F. Windows color (decimal): -14606162 or 11411489. OLE color: 11411489.

HSL color Cylindrical-coordinate representation of color #2120AE: hue angle of 240.42º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2120AE is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3332174-
CMYK0.810.8200.32
HSL240.42º68.93%40.39%-
HSV(B)240.42º81.61%68.24%-
XYZ8.784.4140.43-
YUV48.49198.83116.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 174 (68.36% from 255) = 72.80%
R=13.81%
G=13.39%
B=72.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33321740.810.8200.32240.4268.9340.39
Hex2120AE5152020f04528
Octal414025612112204036010550
Binary10000110000010101110101000110100100100000111100001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2120AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2120AE; }

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

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

<style>
 a { background-color: #2120AE; }

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

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

<style>
 span { border-color: #2120AE; }

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

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