Shades of Persian Blue #2017B3
Tints of Persian Blue #2017B3
RGB
CMYK
RGB Variations
Color information
#2017B3 (or 0x2017B3) is known color: Persian Blue. HEX triplet: 20, 17 and B3. RGB value is (32,23,179). Sum of RGB (Red+Green+Blue) = 32+23+179=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 179 (70.31% from 255 or 76.50% from 234); Max value from RGB is 179 - color contains mainly: blue. Hex color #2017B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017B3 is #DFE84C. Grayscale: #2A2A2A. Windows color (decimal): -14673997 or 11736864. OLE color: 11736864.
HSL color Cylindrical-coordinate representation of color #2017B3: hue angle of 243.46º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2017B3 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 23 | 179 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.30 |
| HSL | 243.46º | 0.77% | 0.4% | - |
| HSV(B) | 243.46º | 0.87% | 0.7% | - |
| XYZ | 9.04 | 4.17 | 42.98 | - |
| YUV | 43.48 | 204.48 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 179 | 0.82 | 0.87 | 0 | 0.30 | 243.46 | 0.77 | 0.4 |
| Hex | 20 | 17 | B3 | 52 | 57 | 0 | 1E | F3 | 4D | 28 |
| Octal | 40 | 27 | 263 | 122 | 127 | 0 | 36 | 363 | 115 | 50 |
| Binary | 100000 | 10111 | 10110011 | 1010010 | 1010111 | 0 | 11110 | 11110011 | 1001101 | 101000 |
Color Harmonies of #2017B3
Complementary color
Monochromatic Colors of #2017B3
Black with #2017B3
Text Example
Text Example
White with #2017B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017B3; }
p { color: rgb(32,23,179); }
H1.HeaderClassName
{
color: #2017B3;
}
.AnyTagClassName
{
color: #2017B3;
}
</style>
background-color css
<style>
a { background-color: #2017B3; }
a { background-color: rgb(32,23,179); }
div.DivClassName
{
background-color: #2017B3;
}
.BgClassName
{
background-color: #2017B3;
}
</style>
border-color css
<style>
span { border-color: #2017B3; }
span { border-color: rgb(32,23,179); }
td.TdClassName
{
border-color: #2017B3;
}
.TagClassName
{
border-color: #2017B3;
}
</style>