Shades of Persian Blue #202FCB
Tints of Persian Blue #202FCB
RGB
CMYK
RGB Variations
Color information
#202FCB (or 0x202FCB) is known color: Persian Blue. HEX triplet: 20, 2F and CB. RGB value is (32,47,203). Sum of RGB (Red+Green+Blue) = 32+47+203=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #202FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FCB is #DFD034. Grayscale: #3B3B3B. Windows color (decimal): -14667829 or 13315872. OLE color: 13315872.
HSL color Cylindrical-coordinate representation of color #202FCB: hue angle of 234.74º 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 #202FCB is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 47 | 203 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.20 |
| HSL | 234.74º | 0.73% | 0.46% | - |
| HSV(B) | 234.74º | 0.84% | 0.8% | - |
| XYZ | 12.39 | 6.65 | 57.13 | - |
| YUV | 60.3 | 208.53 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 203 | 0.84 | 0.77 | 0 | 0.20 | 234.74 | 0.73 | 0.46 |
| Hex | 20 | 2F | CB | 54 | 4D | 0 | 14 | EB | 49 | 2E |
| Octal | 40 | 57 | 313 | 124 | 115 | 0 | 24 | 353 | 111 | 56 |
| Binary | 100000 | 101111 | 11001011 | 1010100 | 1001101 | 0 | 10100 | 11101011 | 1001001 | 101110 |
Color Harmonies of #202FCB
Complementary color
Monochromatic Colors of #202FCB
Black with #202FCB
Text Example
Text Example
White with #202FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FCB; }
p { color: rgb(32,47,203); }
H1.HeaderClassName
{
color: #202FCB;
}
.AnyTagClassName
{
color: #202FCB;
}
</style>
background-color css
<style>
a { background-color: #202FCB; }
a { background-color: rgb(32,47,203); }
div.DivClassName
{
background-color: #202FCB;
}
.BgClassName
{
background-color: #202FCB;
}
</style>
border-color css
<style>
span { border-color: #202FCB; }
span { border-color: rgb(32,47,203); }
td.TdClassName
{
border-color: #202FCB;
}
.TagClassName
{
border-color: #202FCB;
}
</style>