Shades of Persian Blue #202BC0
Tints of Persian Blue #202BC0
RGB
CMYK
RGB Variations
Color information
#202BC0 (or 0x202BC0) is known color: Persian Blue. HEX triplet: 20, 2B and C0. RGB value is (32,43,192). Sum of RGB (Red+Green+Blue) = 32+43+192=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 192 (75.39% from 255 or 71.91% from 267); Max value from RGB is 192 - color contains mainly: blue. Hex color #202BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202BC0 is #DFD43F. Grayscale: #383838. Windows color (decimal): -14668864 or 12593952. OLE color: 12593952.
HSL color Cylindrical-coordinate representation of color #202BC0: hue angle of 235.88º 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 #202BC0 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 43 | 192 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.25 |
| HSL | 235.88º | 0.71% | 0.44% | - |
| HSV(B) | 235.88º | 0.83% | 0.75% | - |
| XYZ | 10.97 | 5.84 | 50.42 | - |
| YUV | 56.7 | 204.36 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 192 | 0.83 | 0.78 | 0 | 0.25 | 235.88 | 0.71 | 0.44 |
| Hex | 20 | 2B | C0 | 53 | 4E | 0 | 19 | EC | 47 | 2C |
| Octal | 40 | 53 | 300 | 123 | 116 | 0 | 31 | 354 | 107 | 54 |
| Binary | 100000 | 101011 | 11000000 | 1010011 | 1001110 | 0 | 11001 | 11101100 | 1000111 | 101100 |
Color Harmonies of #202BC0
Complementary color
Monochromatic Colors of #202BC0
Black with #202BC0
Text Example
Text Example
White with #202BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BC0; }
p { color: rgb(32,43,192); }
H1.HeaderClassName
{
color: #202BC0;
}
.AnyTagClassName
{
color: #202BC0;
}
</style>
background-color css
<style>
a { background-color: #202BC0; }
a { background-color: rgb(32,43,192); }
div.DivClassName
{
background-color: #202BC0;
}
.BgClassName
{
background-color: #202BC0;
}
</style>
border-color css
<style>
span { border-color: #202BC0; }
span { border-color: rgb(32,43,192); }
td.TdClassName
{
border-color: #202BC0;
}
.TagClassName
{
border-color: #202BC0;
}
</style>