Shades of Persian Blue #2021CB
Tints of Persian Blue #2021CB
RGB
CMYK
RGB Variations
Color information
#2021CB (or 0x2021CB) is known color: Persian Blue. HEX triplet: 20, 21 and CB. RGB value is (32,33,203). Sum of RGB (Red+Green+Blue) = 32+33+203=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #2021CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021CB is #DFDE34. Grayscale: #333333. Windows color (decimal): -14671413 or 13312288. OLE color: 13312288.
HSL color Cylindrical-coordinate representation of color #2021CB: 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 #2021CB is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 33 | 203 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.20 |
| HSL | 239.65º | 0.73% | 0.46% | - |
| HSV(B) | 239.65º | 0.84% | 0.8% | - |
| XYZ | 11.92 | 5.71 | 56.97 | - |
| YUV | 52.08 | 213.17 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 203 | 0.84 | 0.84 | 0 | 0.20 | 239.65 | 0.73 | 0.46 |
| Hex | 20 | 21 | CB | 54 | 54 | 0 | 14 | F0 | 49 | 2E |
| Octal | 40 | 41 | 313 | 124 | 124 | 0 | 24 | 360 | 111 | 56 |
| Binary | 100000 | 100001 | 11001011 | 1010100 | 1010100 | 0 | 10100 | 11110000 | 1001001 | 101110 |
Color Harmonies of #2021CB
Complementary color
Monochromatic Colors of #2021CB
Black with #2021CB
Text Example
Text Example
White with #2021CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2021CB; }
p { color: rgb(32,33,203); }
H1.HeaderClassName
{
color: #2021CB;
}
.AnyTagClassName
{
color: #2021CB;
}
</style>
background-color css
<style>
a { background-color: #2021CB; }
a { background-color: rgb(32,33,203); }
div.DivClassName
{
background-color: #2021CB;
}
.BgClassName
{
background-color: #2021CB;
}
</style>
border-color css
<style>
span { border-color: #2021CB; }
span { border-color: rgb(32,33,203); }
td.TdClassName
{
border-color: #2021CB;
}
.TagClassName
{
border-color: #2021CB;
}
</style>