Shades of Persian Blue #202DBB
Tints of Persian Blue #202DBB
RGB
CMYK
RGB Variations
Color information
#202DBB (or 0x202DBB) is known color: Persian Blue. HEX triplet: 20, 2D and BB. RGB value is (32,45,187). Sum of RGB (Red+Green+Blue) = 32+45+187=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #202DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DBB is #DFD244. Grayscale: #383838. Windows color (decimal): -14668357 or 12266784. OLE color: 12266784.
HSL color Cylindrical-coordinate representation of color #202DBB: hue angle of 234.97º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #202DBB is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 45 | 187 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.27 |
| HSL | 234.97º | 0.71% | 0.43% | - |
| HSV(B) | 234.97º | 0.83% | 0.73% | - |
| XYZ | 10.5 | 5.77 | 47.57 | - |
| YUV | 57.3 | 201.19 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 187 | 0.83 | 0.76 | 0 | 0.27 | 234.97 | 0.71 | 0.43 |
| Hex | 20 | 2D | BB | 53 | 4C | 0 | 1B | EB | 47 | 2B |
| Octal | 40 | 55 | 273 | 123 | 114 | 0 | 33 | 353 | 107 | 53 |
| Binary | 100000 | 101101 | 10111011 | 1010011 | 1001100 | 0 | 11011 | 11101011 | 1000111 | 101011 |
Color Harmonies of #202DBB
Complementary color
Monochromatic Colors of #202DBB
Black with #202DBB
Text Example
Text Example
White with #202DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DBB; }
p { color: rgb(32,45,187); }
H1.HeaderClassName
{
color: #202DBB;
}
.AnyTagClassName
{
color: #202DBB;
}
</style>
background-color css
<style>
a { background-color: #202DBB; }
a { background-color: rgb(32,45,187); }
div.DivClassName
{
background-color: #202DBB;
}
.BgClassName
{
background-color: #202DBB;
}
</style>
border-color css
<style>
span { border-color: #202DBB; }
span { border-color: rgb(32,45,187); }
td.TdClassName
{
border-color: #202DBB;
}
.TagClassName
{
border-color: #202DBB;
}
</style>