Shades of Persian Blue #2619BA
Tints of Persian Blue #2619BA
RGB
CMYK
RGB Variations
Color information
#2619BA (or 0x2619BA) is known color: Persian Blue. HEX triplet: 26, 19 and BA. RGB value is (38,25,186). Sum of RGB (Red+Green+Blue) = 38+25+186=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #2619BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2619BA is #D9E645. Grayscale: #2E2E2E. Windows color (decimal): -14280262 or 12196134. OLE color: 12196134.
HSL color Cylindrical-coordinate representation of color #2619BA: hue angle of 244.84º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2619BA is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 25 | 186 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.27 |
| HSL | 244.84º | 0.76% | 0.41% | - |
| HSV(B) | 244.84º | 0.87% | 0.73% | - |
| XYZ | 10.01 | 4.65 | 46.82 | - |
| YUV | 47.24 | 206.31 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 186 | 0.80 | 0.87 | 0 | 0.27 | 244.84 | 0.76 | 0.41 |
| Hex | 26 | 19 | BA | 50 | 57 | 0 | 1B | F5 | 4C | 29 |
| Octal | 46 | 31 | 272 | 120 | 127 | 0 | 33 | 365 | 114 | 51 |
| Binary | 100110 | 11001 | 10111010 | 1010000 | 1010111 | 0 | 11011 | 11110101 | 1001100 | 101001 |
Color Harmonies of #2619BA
Complementary color
Monochromatic Colors of #2619BA
Black with #2619BA
Text Example
Text Example
White with #2619BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2619BA; }
p { color: rgb(38,25,186); }
H1.HeaderClassName
{
color: #2619BA;
}
.AnyTagClassName
{
color: #2619BA;
}
</style>
background-color css
<style>
a { background-color: #2619BA; }
a { background-color: rgb(38,25,186); }
div.DivClassName
{
background-color: #2619BA;
}
.BgClassName
{
background-color: #2619BA;
}
</style>
border-color css
<style>
span { border-color: #2619BA; }
span { border-color: rgb(38,25,186); }
td.TdClassName
{
border-color: #2619BA;
}
.TagClassName
{
border-color: #2619BA;
}
</style>