Shades of Persian Blue #202FCD
Tints of Persian Blue #202FCD
RGB
CMYK
RGB Variations
Color information
#202FCD (or 0x202FCD) is known color: Persian Blue. HEX triplet: 20, 2F and CD. RGB value is (32,47,205). Sum of RGB (Red+Green+Blue) = 32+47+205=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #202FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FCD is #DFD032. Grayscale: #3B3B3B. Windows color (decimal): -14667827 or 13446944. OLE color: 13446944.
HSL color Cylindrical-coordinate representation of color #202FCD: hue angle of 234.8º 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 #202FCD is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 47 | 205 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.20 |
| HSL | 234.8º | 0.73% | 0.46% | - |
| HSV(B) | 234.8º | 0.84% | 0.8% | - |
| XYZ | 12.63 | 6.75 | 58.39 | - |
| YUV | 60.53 | 209.53 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 205 | 0.84 | 0.77 | 0 | 0.20 | 234.8 | 0.73 | 0.46 |
| Hex | 20 | 2F | CD | 54 | 4D | 0 | 14 | EB | 49 | 2E |
| Octal | 40 | 57 | 315 | 124 | 115 | 0 | 24 | 353 | 111 | 56 |
| Binary | 100000 | 101111 | 11001101 | 1010100 | 1001101 | 0 | 10100 | 11101011 | 1001001 | 101110 |
Color Harmonies of #202FCD
Complementary color
Monochromatic Colors of #202FCD
Black with #202FCD
Text Example
Text Example
White with #202FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FCD; }
p { color: rgb(32,47,205); }
H1.HeaderClassName
{
color: #202FCD;
}
.AnyTagClassName
{
color: #202FCD;
}
</style>
background-color css
<style>
a { background-color: #202FCD; }
a { background-color: rgb(32,47,205); }
div.DivClassName
{
background-color: #202FCD;
}
.BgClassName
{
background-color: #202FCD;
}
</style>
border-color css
<style>
span { border-color: #202FCD; }
span { border-color: rgb(32,47,205); }
td.TdClassName
{
border-color: #202FCD;
}
.TagClassName
{
border-color: #202FCD;
}
</style>