Shades of Persian Blue #202FC8
Tints of Persian Blue #202FC8
RGB
CMYK
RGB Variations
Color information
#202FC8 (or 0x202FC8) is known color: Persian Blue. HEX triplet: 20, 2F and C8. RGB value is (32,47,200). Sum of RGB (Red+Green+Blue) = 32+47+200=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 200 (78.52% from 255 or 71.68% from 279); Max value from RGB is 200 - color contains mainly: blue. Hex color #202FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FC8 is #DFD037. Grayscale: #3B3B3B. Windows color (decimal): -14667832 or 13119264. OLE color: 13119264.
HSL color Cylindrical-coordinate representation of color #202FC8: hue angle of 234.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202FC8 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 47 | 200 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.22 |
| HSL | 234.64º | 0.72% | 0.45% | - |
| HSV(B) | 234.64º | 0.84% | 0.78% | - |
| XYZ | 12.04 | 6.51 | 55.27 | - |
| YUV | 59.96 | 207.03 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 200 | 0.84 | 0.76 | 0 | 0.22 | 234.64 | 0.72 | 0.45 |
| Hex | 20 | 2F | C8 | 54 | 4C | 0 | 16 | EB | 48 | 2D |
| Octal | 40 | 57 | 310 | 124 | 114 | 0 | 26 | 353 | 110 | 55 |
| Binary | 100000 | 101111 | 11001000 | 1010100 | 1001100 | 0 | 10110 | 11101011 | 1001000 | 101101 |
Color Harmonies of #202FC8
Complementary color
Monochromatic Colors of #202FC8
Black with #202FC8
Text Example
Text Example
White with #202FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FC8; }
p { color: rgb(32,47,200); }
H1.HeaderClassName
{
color: #202FC8;
}
.AnyTagClassName
{
color: #202FC8;
}
</style>
background-color css
<style>
a { background-color: #202FC8; }
a { background-color: rgb(32,47,200); }
div.DivClassName
{
background-color: #202FC8;
}
.BgClassName
{
background-color: #202FC8;
}
</style>
border-color css
<style>
span { border-color: #202FC8; }
span { border-color: rgb(32,47,200); }
td.TdClassName
{
border-color: #202FC8;
}
.TagClassName
{
border-color: #202FC8;
}
</style>