Shades of Persian Blue #2516B9
Tints of Persian Blue #2516B9
RGB
CMYK
RGB Variations
Color information
#2516B9 (or 0x2516B9) is known color: Persian Blue. HEX triplet: 25, 16 and B9. RGB value is (37,22,185). Sum of RGB (Red+Green+Blue) = 37+22+185=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 185 (72.66% from 255 or 75.82% from 244); Max value from RGB is 185 - color contains mainly: blue. Hex color #2516B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2516B9 is #DAE946. Grayscale: #2C2C2C. Windows color (decimal): -14346567 or 12129829. OLE color: 12129829.
HSL color Cylindrical-coordinate representation of color #2516B9: hue angle of 245.52º degrees, saturation: 0.79, 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 #2516B9 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 22 | 185 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.27 |
| HSL | 245.52º | 0.79% | 0.41% | - |
| HSV(B) | 245.52º | 0.88% | 0.73% | - |
| XYZ | 9.81 | 4.47 | 46.24 | - |
| YUV | 45.07 | 206.97 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 185 | 0.80 | 0.88 | 0 | 0.27 | 245.52 | 0.79 | 0.41 |
| Hex | 25 | 16 | B9 | 50 | 58 | 0 | 1B | F6 | 4F | 29 |
| Octal | 45 | 26 | 271 | 120 | 130 | 0 | 33 | 366 | 117 | 51 |
| Binary | 100101 | 10110 | 10111001 | 1010000 | 1011000 | 0 | 11011 | 11110110 | 1001111 | 101001 |
Color Harmonies of #2516B9
Complementary color
Monochromatic Colors of #2516B9
Black with #2516B9
Text Example
Text Example
White with #2516B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2516B9; }
p { color: rgb(37,22,185); }
H1.HeaderClassName
{
color: #2516B9;
}
.AnyTagClassName
{
color: #2516B9;
}
</style>
background-color css
<style>
a { background-color: #2516B9; }
a { background-color: rgb(37,22,185); }
div.DivClassName
{
background-color: #2516B9;
}
.BgClassName
{
background-color: #2516B9;
}
</style>
border-color css
<style>
span { border-color: #2516B9; }
span { border-color: rgb(37,22,185); }
td.TdClassName
{
border-color: #2516B9;
}
.TagClassName
{
border-color: #2516B9;
}
</style>