Shades of Persian Blue #202FCE
Tints of Persian Blue #202FCE
RGB
CMYK
RGB Variations
Color information
#202FCE (or 0x202FCE) is known color: Persian Blue. HEX triplet: 20, 2F and CE. RGB value is (32,47,206). Sum of RGB (Red+Green+Blue) = 32+47+206=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #202FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FCE is #DFD031. Grayscale: #3B3B3B. Windows color (decimal): -14667826 or 13512480. OLE color: 13512480.
HSL color Cylindrical-coordinate representation of color #202FCE: hue angle of 234.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202FCE is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 47 | 206 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.19 |
| HSL | 234.83º | 0.73% | 0.47% | - |
| HSV(B) | 234.83º | 0.84% | 0.81% | - |
| XYZ | 12.75 | 6.8 | 59.03 | - |
| YUV | 60.64 | 210.03 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 206 | 0.84 | 0.77 | 0 | 0.19 | 234.83 | 0.73 | 0.47 |
| Hex | 20 | 2F | CE | 54 | 4D | 0 | 13 | EB | 49 | 2F |
| Octal | 40 | 57 | 316 | 124 | 115 | 0 | 23 | 353 | 111 | 57 |
| Binary | 100000 | 101111 | 11001110 | 1010100 | 1001101 | 0 | 10011 | 11101011 | 1001001 | 101111 |
Color Harmonies of #202FCE
Complementary color
Monochromatic Colors of #202FCE
Black with #202FCE
Text Example
Text Example
White with #202FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FCE; }
p { color: rgb(32,47,206); }
H1.HeaderClassName
{
color: #202FCE;
}
.AnyTagClassName
{
color: #202FCE;
}
</style>
background-color css
<style>
a { background-color: #202FCE; }
a { background-color: rgb(32,47,206); }
div.DivClassName
{
background-color: #202FCE;
}
.BgClassName
{
background-color: #202FCE;
}
</style>
border-color css
<style>
span { border-color: #202FCE; }
span { border-color: rgb(32,47,206); }
td.TdClassName
{
border-color: #202FCE;
}
.TagClassName
{
border-color: #202FCE;
}
</style>