Shades of Persian Blue #202FC5
Tints of Persian Blue #202FC5
RGB
CMYK
RGB Variations
Color information
#202FC5 (or 0x202FC5) is known color: Persian Blue. HEX triplet: 20, 2F and C5. RGB value is (32,47,197). Sum of RGB (Red+Green+Blue) = 32+47+197=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 197 (77.34% from 255 or 71.38% from 276); Max value from RGB is 197 - color contains mainly: blue. Hex color #202FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FC5 is #DFD03A. Grayscale: #3B3B3B. Windows color (decimal): -14667835 or 12922656. OLE color: 12922656.
HSL color Cylindrical-coordinate representation of color #202FC5: hue angle of 234.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202FC5 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 47 | 197 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.23 |
| HSL | 234.55º | 0.72% | 0.45% | - |
| HSV(B) | 234.55º | 0.84% | 0.77% | - |
| XYZ | 11.69 | 6.37 | 53.44 | - |
| YUV | 59.62 | 205.53 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 197 | 0.84 | 0.76 | 0 | 0.23 | 234.55 | 0.72 | 0.45 |
| Hex | 20 | 2F | C5 | 54 | 4C | 0 | 17 | EB | 48 | 2D |
| Octal | 40 | 57 | 305 | 124 | 114 | 0 | 27 | 353 | 110 | 55 |
| Binary | 100000 | 101111 | 11000101 | 1010100 | 1001100 | 0 | 10111 | 11101011 | 1001000 | 101101 |
Color Harmonies of #202FC5
Complementary color
Monochromatic Colors of #202FC5
Black with #202FC5
Text Example
Text Example
White with #202FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FC5; }
p { color: rgb(32,47,197); }
H1.HeaderClassName
{
color: #202FC5;
}
.AnyTagClassName
{
color: #202FC5;
}
</style>
background-color css
<style>
a { background-color: #202FC5; }
a { background-color: rgb(32,47,197); }
div.DivClassName
{
background-color: #202FC5;
}
.BgClassName
{
background-color: #202FC5;
}
</style>
border-color css
<style>
span { border-color: #202FC5; }
span { border-color: rgb(32,47,197); }
td.TdClassName
{
border-color: #202FC5;
}
.TagClassName
{
border-color: #202FC5;
}
</style>