Shades of Persian Blue #2516BF
Tints of Persian Blue #2516BF
RGB
CMYK
RGB Variations
Color information
#2516BF (or 0x2516BF) is known color: Persian Blue. HEX triplet: 25, 16 and BF. RGB value is (37,22,191). Sum of RGB (Red+Green+Blue) = 37+22+191=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 191 (75% from 255 or 76.4% from 250); Max value from RGB is 191 - color contains mainly: blue. Hex color #2516BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2516BF is #DAE940. Grayscale: #2D2D2D. Windows color (decimal): -14346561 or 12523045. OLE color: 12523045.
HSL color Cylindrical-coordinate representation of color #2516BF: hue angle of 245.33º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2516BF is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 22 | 191 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.25 |
| HSL | 245.33º | 0.79% | 0.42% | - |
| HSV(B) | 245.33º | 0.88% | 0.75% | - |
| XYZ | 10.45 | 4.73 | 49.65 | - |
| YUV | 45.75 | 209.97 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 191 | 0.81 | 0.88 | 0 | 0.25 | 245.33 | 0.79 | 0.42 |
| Hex | 25 | 16 | BF | 51 | 58 | 0 | 19 | F5 | 4F | 2A |
| Octal | 45 | 26 | 277 | 121 | 130 | 0 | 31 | 365 | 117 | 52 |
| Binary | 100101 | 10110 | 10111111 | 1010001 | 1011000 | 0 | 11001 | 11110101 | 1001111 | 101010 |
Color Harmonies of #2516BF
Complementary color
Monochromatic Colors of #2516BF
Black with #2516BF
Text Example
Text Example
White with #2516BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2516BF; }
p { color: rgb(37,22,191); }
H1.HeaderClassName
{
color: #2516BF;
}
.AnyTagClassName
{
color: #2516BF;
}
</style>
background-color css
<style>
a { background-color: #2516BF; }
a { background-color: rgb(37,22,191); }
div.DivClassName
{
background-color: #2516BF;
}
.BgClassName
{
background-color: #2516BF;
}
</style>
border-color css
<style>
span { border-color: #2516BF; }
span { border-color: rgb(37,22,191); }
td.TdClassName
{
border-color: #2516BF;
}
.TagClassName
{
border-color: #2516BF;
}
</style>