Shades of Persian Blue #2517BC
Tints of Persian Blue #2517BC
RGB
CMYK
RGB Variations
Color information
#2517BC (or 0x2517BC) is known color: Persian Blue. HEX triplet: 25, 17 and BC. RGB value is (37,23,188). Sum of RGB (Red+Green+Blue) = 37+23+188=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #2517BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2517BC is #DAE843. Grayscale: #2D2D2D. Windows color (decimal): -14346308 or 12326693. OLE color: 12326693.
HSL color Cylindrical-coordinate representation of color #2517BC: hue angle of 245.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2517BC is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 23 | 188 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.26 |
| HSL | 245.09º | 0.78% | 0.41% | - |
| HSV(B) | 245.09º | 0.88% | 0.74% | - |
| XYZ | 10.15 | 4.64 | 47.94 | - |
| YUV | 46 | 208.14 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 188 | 0.80 | 0.88 | 0 | 0.26 | 245.09 | 0.78 | 0.41 |
| Hex | 25 | 17 | BC | 50 | 58 | 0 | 1A | F5 | 4E | 29 |
| Octal | 45 | 27 | 274 | 120 | 130 | 0 | 32 | 365 | 116 | 51 |
| Binary | 100101 | 10111 | 10111100 | 1010000 | 1011000 | 0 | 11010 | 11110101 | 1001110 | 101001 |
Color Harmonies of #2517BC
Complementary color
Monochromatic Colors of #2517BC
Black with #2517BC
Text Example
Text Example
White with #2517BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2517BC; }
p { color: rgb(37,23,188); }
H1.HeaderClassName
{
color: #2517BC;
}
.AnyTagClassName
{
color: #2517BC;
}
</style>
background-color css
<style>
a { background-color: #2517BC; }
a { background-color: rgb(37,23,188); }
div.DivClassName
{
background-color: #2517BC;
}
.BgClassName
{
background-color: #2517BC;
}
</style>
border-color css
<style>
span { border-color: #2517BC; }
span { border-color: rgb(37,23,188); }
td.TdClassName
{
border-color: #2517BC;
}
.TagClassName
{
border-color: #2517BC;
}
</style>