Shades of Persian Blue #3419BA
Tints of Persian Blue #3419BA
RGB
CMYK
RGB Variations
Color information
#3419BA (or 0x3419BA) is known color: Persian Blue. HEX triplet: 34, 19 and BA. RGB value is (52,25,186). Sum of RGB (Red+Green+Blue) = 52+25+186=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #3419BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3419BA is #CBE645. Grayscale: #323232. Windows color (decimal): -13362758 or 12196148. OLE color: 12196148.
HSL color Cylindrical-coordinate representation of color #3419BA: hue angle of 250.06º 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 #3419BA is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 25 | 186 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.27 |
| HSL | 250.06º | 0.76% | 0.41% | - |
| HSV(B) | 250.06º | 0.87% | 0.73% | - |
| XYZ | 10.63 | 4.97 | 46.85 | - |
| YUV | 51.43 | 203.95 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 186 | 0.72 | 0.87 | 0 | 0.27 | 250.06 | 0.76 | 0.41 |
| Hex | 34 | 19 | BA | 48 | 57 | 0 | 1B | FA | 4C | 29 |
| Octal | 64 | 31 | 272 | 110 | 127 | 0 | 33 | 372 | 114 | 51 |
| Binary | 110100 | 11001 | 10111010 | 1001000 | 1010111 | 0 | 11011 | 11111010 | 1001100 | 101001 |
Color Harmonies of #3419BA
Complementary color
Monochromatic Colors of #3419BA
Black with #3419BA
Text Example
Text Example
White with #3419BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3419BA; }
p { color: rgb(52,25,186); }
H1.HeaderClassName
{
color: #3419BA;
}
.AnyTagClassName
{
color: #3419BA;
}
</style>
background-color css
<style>
a { background-color: #3419BA; }
a { background-color: rgb(52,25,186); }
div.DivClassName
{
background-color: #3419BA;
}
.BgClassName
{
background-color: #3419BA;
}
</style>
border-color css
<style>
span { border-color: #3419BA; }
span { border-color: rgb(52,25,186); }
td.TdClassName
{
border-color: #3419BA;
}
.TagClassName
{
border-color: #3419BA;
}
</style>