Shades of Persian Blue #202CB7
Tints of Persian Blue #202CB7
RGB
CMYK
RGB Variations
Color information
#202CB7 (or 0x202CB7) is known color: Persian Blue. HEX triplet: 20, 2C and B7. RGB value is (32,44,183). Sum of RGB (Red+Green+Blue) = 32+44+183=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 183 (71.88% from 255 or 70.66% from 259); Max value from RGB is 183 - color contains mainly: blue. Hex color #202CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202CB7 is #DFD348. Grayscale: #373737. Windows color (decimal): -14668617 or 12004384. OLE color: 12004384.
HSL color Cylindrical-coordinate representation of color #202CB7: hue angle of 235.23º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #202CB7 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 44 | 183 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.28 |
| HSL | 235.23º | 0.7% | 0.42% | - |
| HSV(B) | 235.23º | 0.83% | 0.72% | - |
| XYZ | 10.04 | 5.53 | 45.34 | - |
| YUV | 56.26 | 199.52 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 183 | 0.83 | 0.76 | 0 | 0.28 | 235.23 | 0.7 | 0.42 |
| Hex | 20 | 2C | B7 | 53 | 4C | 0 | 1C | EB | 46 | 2A |
| Octal | 40 | 54 | 267 | 123 | 114 | 0 | 34 | 353 | 106 | 52 |
| Binary | 100000 | 101100 | 10110111 | 1010011 | 1001100 | 0 | 11100 | 11101011 | 1000110 | 101010 |
Color Harmonies of #202CB7
Complementary color
Monochromatic Colors of #202CB7
Black with #202CB7
Text Example
Text Example
White with #202CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CB7; }
p { color: rgb(32,44,183); }
H1.HeaderClassName
{
color: #202CB7;
}
.AnyTagClassName
{
color: #202CB7;
}
</style>
background-color css
<style>
a { background-color: #202CB7; }
a { background-color: rgb(32,44,183); }
div.DivClassName
{
background-color: #202CB7;
}
.BgClassName
{
background-color: #202CB7;
}
</style>
border-color css
<style>
span { border-color: #202CB7; }
span { border-color: rgb(32,44,183); }
td.TdClassName
{
border-color: #202CB7;
}
.TagClassName
{
border-color: #202CB7;
}
</style>