Shades of Persian Blue #2021CC
Tints of Persian Blue #2021CC
RGB
CMYK
RGB Variations
Color information
#2021CC (or 0x2021CC) is known color: Persian Blue. HEX triplet: 20, 21 and CC. RGB value is (32,33,204). Sum of RGB (Red+Green+Blue) = 32+33+204=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #2021CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021CC is #DFDE33. Grayscale: #333333. Windows color (decimal): -14671412 or 13377824. OLE color: 13377824.
HSL color Cylindrical-coordinate representation of color #2021CC: hue angle of 239.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2021CC is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 33 | 204 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.2 |
| HSL | 239.65º | 0.73% | 0.46% | - |
| HSV(B) | 239.65º | 0.84% | 0.8% | - |
| XYZ | 12.04 | 5.75 | 57.6 | - |
| YUV | 52.2 | 213.67 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 204 | 0.84 | 0.84 | 0 | 0.2 | 239.65 | 0.73 | 0.46 |
| Hex | 20 | 21 | CC | 54 | 54 | 0 | 14 | F0 | 49 | 2E |
| Octal | 40 | 41 | 314 | 124 | 124 | 0 | 24 | 360 | 111 | 56 |
| Binary | 100000 | 100001 | 11001100 | 1010100 | 1010100 | 0 | 10100 | 11110000 | 1001001 | 101110 |
Color Harmonies of #2021CC
Complementary color
Monochromatic Colors of #2021CC
Black with #2021CC
Text Example
Text Example
White with #2021CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2021CC; }
p { color: rgb(32,33,204); }
H1.HeaderClassName
{
color: #2021CC;
}
.AnyTagClassName
{
color: #2021CC;
}
</style>
background-color css
<style>
a { background-color: #2021CC; }
a { background-color: rgb(32,33,204); }
div.DivClassName
{
background-color: #2021CC;
}
.BgClassName
{
background-color: #2021CC;
}
</style>
border-color css
<style>
span { border-color: #2021CC; }
span { border-color: rgb(32,33,204); }
td.TdClassName
{
border-color: #2021CC;
}
.TagClassName
{
border-color: #2021CC;
}
</style>