Shades of Persian Blue #2619B7
Tints of Persian Blue #2619B7
RGB
CMYK
RGB Variations
Color information
#2619B7 (or 0x2619B7) is known color: Persian Blue. HEX triplet: 26, 19 and B7. RGB value is (38,25,183). Sum of RGB (Red+Green+Blue) = 38+25+183=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 183 (71.88% from 255 or 74.39% from 246); Max value from RGB is 183 - color contains mainly: blue. Hex color #2619B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2619B7 is #D9E648. Grayscale: #2E2E2E. Windows color (decimal): -14280265 or 11999526. OLE color: 11999526.
HSL color Cylindrical-coordinate representation of color #2619B7: hue angle of 244.94º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2619B7 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 25 | 183 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.28 |
| HSL | 244.94º | 0.76% | 0.41% | - |
| HSV(B) | 244.94º | 0.86% | 0.72% | - |
| XYZ | 9.69 | 4.53 | 45.16 | - |
| YUV | 46.9 | 204.81 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 183 | 0.79 | 0.86 | 0 | 0.28 | 244.94 | 0.76 | 0.41 |
| Hex | 26 | 19 | B7 | 4F | 56 | 0 | 1C | F5 | 4C | 29 |
| Octal | 46 | 31 | 267 | 117 | 126 | 0 | 34 | 365 | 114 | 51 |
| Binary | 100110 | 11001 | 10110111 | 1001111 | 1010110 | 0 | 11100 | 11110101 | 1001100 | 101001 |
Color Harmonies of #2619B7
Complementary color
Monochromatic Colors of #2619B7
Black with #2619B7
Text Example
Text Example
White with #2619B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2619B7; }
p { color: rgb(38,25,183); }
H1.HeaderClassName
{
color: #2619B7;
}
.AnyTagClassName
{
color: #2619B7;
}
</style>
background-color css
<style>
a { background-color: #2619B7; }
a { background-color: rgb(38,25,183); }
div.DivClassName
{
background-color: #2619B7;
}
.BgClassName
{
background-color: #2619B7;
}
</style>
border-color css
<style>
span { border-color: #2619B7; }
span { border-color: rgb(38,25,183); }
td.TdClassName
{
border-color: #2619B7;
}
.TagClassName
{
border-color: #2619B7;
}
</style>