Shades of Persian Blue #2017BD
Tints of Persian Blue #2017BD
RGB
CMYK
RGB Variations
Color information
#2017BD (or 0x2017BD) is known color: Persian Blue. HEX triplet: 20, 17 and BD. RGB value is (32,23,189). Sum of RGB (Red+Green+Blue) = 32+23+189=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #2017BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017BD is #DFE842. Grayscale: #2B2B2B. Windows color (decimal): -14673987 or 12392224. OLE color: 12392224.
HSL color Cylindrical-coordinate representation of color #2017BD: hue angle of 243.25º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2017BD is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 23 | 189 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.26 |
| HSL | 243.25º | 0.78% | 0.42% | - |
| HSV(B) | 243.25º | 0.88% | 0.74% | - |
| XYZ | 10.09 | 4.59 | 48.5 | - |
| YUV | 44.62 | 209.48 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 189 | 0.83 | 0.88 | 0 | 0.26 | 243.25 | 0.78 | 0.42 |
| Hex | 20 | 17 | BD | 53 | 58 | 0 | 1A | F3 | 4E | 2A |
| Octal | 40 | 27 | 275 | 123 | 130 | 0 | 32 | 363 | 116 | 52 |
| Binary | 100000 | 10111 | 10111101 | 1010011 | 1011000 | 0 | 11010 | 11110011 | 1001110 | 101010 |
Color Harmonies of #2017BD
Complementary color
Monochromatic Colors of #2017BD
Black with #2017BD
Text Example
Text Example
White with #2017BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017BD; }
p { color: rgb(32,23,189); }
H1.HeaderClassName
{
color: #2017BD;
}
.AnyTagClassName
{
color: #2017BD;
}
</style>
background-color css
<style>
a { background-color: #2017BD; }
a { background-color: rgb(32,23,189); }
div.DivClassName
{
background-color: #2017BD;
}
.BgClassName
{
background-color: #2017BD;
}
</style>
border-color css
<style>
span { border-color: #2017BD; }
span { border-color: rgb(32,23,189); }
td.TdClassName
{
border-color: #2017BD;
}
.TagClassName
{
border-color: #2017BD;
}
</style>