Shades of Persian Blue #202AC0
Tints of Persian Blue #202AC0
RGB
CMYK
RGB Variations
Color information
#202AC0 (or 0x202AC0) is known color: Persian Blue. HEX triplet: 20, 2A and C0. RGB value is (32,42,192). Sum of RGB (Red+Green+Blue) = 32+42+192=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 192 (75.39% from 255 or 72.18% from 266); Max value from RGB is 192 - color contains mainly: blue. Hex color #202AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202AC0 is #DFD53F. Grayscale: #373737. Windows color (decimal): -14669120 or 12593696. OLE color: 12593696.
HSL color Cylindrical-coordinate representation of color #202AC0: hue angle of 236.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #202AC0 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 42 | 192 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.25 |
| HSL | 236.25º | 0.71% | 0.44% | - |
| HSV(B) | 236.25º | 0.83% | 0.75% | - |
| XYZ | 10.94 | 5.77 | 50.41 | - |
| YUV | 56.11 | 204.69 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 192 | 0.83 | 0.78 | 0 | 0.25 | 236.25 | 0.71 | 0.44 |
| Hex | 20 | 2A | C0 | 53 | 4E | 0 | 19 | EC | 47 | 2C |
| Octal | 40 | 52 | 300 | 123 | 116 | 0 | 31 | 354 | 107 | 54 |
| Binary | 100000 | 101010 | 11000000 | 1010011 | 1001110 | 0 | 11001 | 11101100 | 1000111 | 101100 |
Color Harmonies of #202AC0
Complementary color
Monochromatic Colors of #202AC0
Black with #202AC0
Text Example
Text Example
White with #202AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202AC0; }
p { color: rgb(32,42,192); }
H1.HeaderClassName
{
color: #202AC0;
}
.AnyTagClassName
{
color: #202AC0;
}
</style>
background-color css
<style>
a { background-color: #202AC0; }
a { background-color: rgb(32,42,192); }
div.DivClassName
{
background-color: #202AC0;
}
.BgClassName
{
background-color: #202AC0;
}
</style>
border-color css
<style>
span { border-color: #202AC0; }
span { border-color: rgb(32,42,192); }
td.TdClassName
{
border-color: #202AC0;
}
.TagClassName
{
border-color: #202AC0;
}
</style>