#2021C0

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

Shades of Persian Blue #2021C0

Tints of Persian Blue #2021C0

Color information

#2021C0 (or 0x2021C0) is unknown color: approx Persian Blue. HEX triplet: 20, 21 and C0. RGB value is (32,33,192). Sum of RGB (Red+Green+Blue) = 32+33+192=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 192 (75.39% from 255 or 74.71% from 257); Max value from RGB is 192 - color contains mainly: blue. Hex color #2021C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021C0 is #DFDE3F. Grayscale: #323232. Windows color (decimal): -14671424 or 12591392. OLE color: 12591392.

HSL color Cylindrical-coordinate representation of color #2021C0: hue angle of 239.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2021C0 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3233192-
CMYK0.830.8300.25
HSL239.62º71.43%43.92%-
HSV(B)239.62º83.33%75.29%-
XYZ10.655.250.31-
YUV50.83207.67114.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 33 (13.28% from 255) = 12.84%
BLUE value IS 192 (75.39% from 255) = 74.71%
R=12.45%
G=12.84%
B=74.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32331920.830.8300.25239.6271.4343.92
Hex2021C05353019f0472c
Octal404130012312303136010754
Binary1000001000011100000010100111010011011001111100001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2021C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2021C0; }

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

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

<style>
 a { background-color: #2021C0; }

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

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

<style>
 span { border-color: #2021C0; }

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

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