Shades of Persian Blue #2017C3
Tints of Persian Blue #2017C3
RGB
CMYK
RGB Variations
Color information
#2017C3 (or 0x2017C3) is known color: Persian Blue. HEX triplet: 20, 17 and C3. RGB value is (32,23,195). Sum of RGB (Red+Green+Blue) = 32+23+195=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 195 (76.56% from 255 or 78% from 250); Max value from RGB is 195 - color contains mainly: blue. Hex color #2017C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017C3 is #DFE83C. Grayscale: #2C2C2C. Windows color (decimal): -14673981 or 12785440. OLE color: 12785440.
HSL color Cylindrical-coordinate representation of color #2017C3: hue angle of 243.14º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2017C3 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 23 | 195 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.24 |
| HSL | 243.14º | 0.79% | 0.43% | - |
| HSV(B) | 243.14º | 0.88% | 0.76% | - |
| XYZ | 10.75 | 4.86 | 52 | - |
| YUV | 45.3 | 212.48 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 195 | 0.84 | 0.88 | 0 | 0.24 | 243.14 | 0.79 | 0.43 |
| Hex | 20 | 17 | C3 | 54 | 58 | 0 | 18 | F3 | 4F | 2B |
| Octal | 40 | 27 | 303 | 124 | 130 | 0 | 30 | 363 | 117 | 53 |
| Binary | 100000 | 10111 | 11000011 | 1010100 | 1011000 | 0 | 11000 | 11110011 | 1001111 | 101011 |
Color Harmonies of #2017C3
Complementary color
Monochromatic Colors of #2017C3
Black with #2017C3
Text Example
Text Example
White with #2017C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017C3; }
p { color: rgb(32,23,195); }
H1.HeaderClassName
{
color: #2017C3;
}
.AnyTagClassName
{
color: #2017C3;
}
</style>
background-color css
<style>
a { background-color: #2017C3; }
a { background-color: rgb(32,23,195); }
div.DivClassName
{
background-color: #2017C3;
}
.BgClassName
{
background-color: #2017C3;
}
</style>
border-color css
<style>
span { border-color: #2017C3; }
span { border-color: rgb(32,23,195); }
td.TdClassName
{
border-color: #2017C3;
}
.TagClassName
{
border-color: #2017C3;
}
</style>