Shades of Persian Blue #202ADB
Tints of Persian Blue #202ADB
RGB
CMYK
RGB Variations
Color information
#202ADB (or 0x202ADB) is known color: Persian Blue. HEX triplet: 20, 2A and DB. RGB value is (32,42,219). Sum of RGB (Red+Green+Blue) = 32+42+219=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #202ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202ADB is #DFD524. Grayscale: #3A3A3A. Windows color (decimal): -14669093 or 14363168. OLE color: 14363168.
HSL color Cylindrical-coordinate representation of color #202ADB: hue angle of 236.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #202ADB is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 42 | 219 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.14 |
| HSL | 236.79º | 0.75% | 0.49% | - |
| HSV(B) | 236.79º | 0.85% | 0.86% | - |
| XYZ | 14.21 | 7.08 | 67.63 | - |
| YUV | 59.19 | 218.19 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 219 | 0.85 | 0.81 | 0 | 0.14 | 236.79 | 0.75 | 0.49 |
| Hex | 20 | 2A | DB | 55 | 51 | 0 | E | ED | 4B | 31 |
| Octal | 40 | 52 | 333 | 125 | 121 | 0 | 16 | 355 | 113 | 61 |
| Binary | 100000 | 101010 | 11011011 | 1010101 | 1010001 | 0 | 1110 | 11101101 | 1001011 | 110001 |
Color Harmonies of #202ADB
Complementary color
Monochromatic Colors of #202ADB
Black with #202ADB
Text Example
Text Example
White with #202ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202ADB; }
p { color: rgb(32,42,219); }
H1.HeaderClassName
{
color: #202ADB;
}
.AnyTagClassName
{
color: #202ADB;
}
</style>
background-color css
<style>
a { background-color: #202ADB; }
a { background-color: rgb(32,42,219); }
div.DivClassName
{
background-color: #202ADB;
}
.BgClassName
{
background-color: #202ADB;
}
</style>
border-color css
<style>
span { border-color: #202ADB; }
span { border-color: rgb(32,42,219); }
td.TdClassName
{
border-color: #202ADB;
}
.TagClassName
{
border-color: #202ADB;
}
</style>