Shades of Persian Blue #2017BB
Tints of Persian Blue #2017BB
RGB
CMYK
RGB Variations
Color information
#2017BB (or 0x2017BB) is known color: Persian Blue. HEX triplet: 20, 17 and BB. RGB value is (32,23,187). Sum of RGB (Red+Green+Blue) = 32+23+187=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #2017BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017BB is #DFE844. Grayscale: #2B2B2B. Windows color (decimal): -14673989 or 12261152. OLE color: 12261152.
HSL color Cylindrical-coordinate representation of color #2017BB: hue angle of 243.29º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2017BB is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 23 | 187 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.27 |
| HSL | 243.29º | 0.78% | 0.41% | - |
| HSV(B) | 243.29º | 0.88% | 0.73% | - |
| XYZ | 9.87 | 4.51 | 47.36 | - |
| YUV | 44.39 | 208.48 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 187 | 0.83 | 0.88 | 0 | 0.27 | 243.29 | 0.78 | 0.41 |
| Hex | 20 | 17 | BB | 53 | 58 | 0 | 1B | F3 | 4E | 29 |
| Octal | 40 | 27 | 273 | 123 | 130 | 0 | 33 | 363 | 116 | 51 |
| Binary | 100000 | 10111 | 10111011 | 1010011 | 1011000 | 0 | 11011 | 11110011 | 1001110 | 101001 |
Color Harmonies of #2017BB
Complementary color
Monochromatic Colors of #2017BB
Black with #2017BB
Text Example
Text Example
White with #2017BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017BB; }
p { color: rgb(32,23,187); }
H1.HeaderClassName
{
color: #2017BB;
}
.AnyTagClassName
{
color: #2017BB;
}
</style>
background-color css
<style>
a { background-color: #2017BB; }
a { background-color: rgb(32,23,187); }
div.DivClassName
{
background-color: #2017BB;
}
.BgClassName
{
background-color: #2017BB;
}
</style>
border-color css
<style>
span { border-color: #2017BB; }
span { border-color: rgb(32,23,187); }
td.TdClassName
{
border-color: #2017BB;
}
.TagClassName
{
border-color: #2017BB;
}
</style>