Shades of Persian Blue #2515B7
Tints of Persian Blue #2515B7
RGB
CMYK
RGB Variations
Color information
#2515B7 (or 0x2515B7) is known color: Persian Blue. HEX triplet: 25, 15 and B7. RGB value is (37,21,183). Sum of RGB (Red+Green+Blue) = 37+21+183=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 183 (71.88% from 255 or 75.93% from 241); Max value from RGB is 183 - color contains mainly: blue. Hex color #2515B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515B7 is #DAEA48. Grayscale: #2B2B2B. Windows color (decimal): -14346825 or 11998501. OLE color: 11998501.
HSL color Cylindrical-coordinate representation of color #2515B7: hue angle of 245.93º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2515B7 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 21 | 183 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.28 |
| HSL | 245.93º | 0.79% | 0.4% | - |
| HSV(B) | 245.93º | 0.89% | 0.72% | - |
| XYZ | 9.58 | 4.35 | 45.13 | - |
| YUV | 44.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 183 | 0.80 | 0.89 | 0 | 0.28 | 245.93 | 0.79 | 0.4 |
| Hex | 25 | 15 | B7 | 50 | 59 | 0 | 1C | F6 | 4F | 28 |
| Octal | 45 | 25 | 267 | 120 | 131 | 0 | 34 | 366 | 117 | 50 |
| Binary | 100101 | 10101 | 10110111 | 1010000 | 1011001 | 0 | 11100 | 11110110 | 1001111 | 101000 |
Color Harmonies of #2515B7
Complementary color
Monochromatic Colors of #2515B7
Black with #2515B7
Text Example
Text Example
White with #2515B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2515B7; }
p { color: rgb(37,21,183); }
H1.HeaderClassName
{
color: #2515B7;
}
.AnyTagClassName
{
color: #2515B7;
}
</style>
background-color css
<style>
a { background-color: #2515B7; }
a { background-color: rgb(37,21,183); }
div.DivClassName
{
background-color: #2515B7;
}
.BgClassName
{
background-color: #2515B7;
}
</style>
border-color css
<style>
span { border-color: #2515B7; }
span { border-color: rgb(37,21,183); }
td.TdClassName
{
border-color: #2515B7;
}
.TagClassName
{
border-color: #2515B7;
}
</style>