Shades of Persian Blue #2719B9
Tints of Persian Blue #2719B9
RGB
CMYK
RGB Variations
Color information
#2719B9 (or 0x2719B9) is known color: Persian Blue. HEX triplet: 27, 19 and B9. RGB value is (39,25,185). Sum of RGB (Red+Green+Blue) = 39+25+185=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 185 (72.66% from 255 or 74.30% from 249); Max value from RGB is 185 - color contains mainly: blue. Hex color #2719B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2719B9 is #D8E646. Grayscale: #2E2E2E. Windows color (decimal): -14214727 or 12130599. OLE color: 12130599.
HSL color Cylindrical-coordinate representation of color #2719B9: hue angle of 245.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2719B9 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 25 | 185 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.27 |
| HSL | 245.25º | 0.76% | 0.41% | - |
| HSV(B) | 245.25º | 0.86% | 0.73% | - |
| XYZ | 9.94 | 4.63 | 46.27 | - |
| YUV | 47.43 | 205.64 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 185 | 0.79 | 0.86 | 0 | 0.27 | 245.25 | 0.76 | 0.41 |
| Hex | 27 | 19 | B9 | 4F | 56 | 0 | 1B | F5 | 4C | 29 |
| Octal | 47 | 31 | 271 | 117 | 126 | 0 | 33 | 365 | 114 | 51 |
| Binary | 100111 | 11001 | 10111001 | 1001111 | 1010110 | 0 | 11011 | 11110101 | 1001100 | 101001 |
Color Harmonies of #2719B9
Complementary color
Monochromatic Colors of #2719B9
Black with #2719B9
Text Example
Text Example
White with #2719B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2719B9; }
p { color: rgb(39,25,185); }
H1.HeaderClassName
{
color: #2719B9;
}
.AnyTagClassName
{
color: #2719B9;
}
</style>
background-color css
<style>
a { background-color: #2719B9; }
a { background-color: rgb(39,25,185); }
div.DivClassName
{
background-color: #2719B9;
}
.BgClassName
{
background-color: #2719B9;
}
</style>
border-color css
<style>
span { border-color: #2719B9; }
span { border-color: rgb(39,25,185); }
td.TdClassName
{
border-color: #2719B9;
}
.TagClassName
{
border-color: #2719B9;
}
</style>