Shades of Persian Blue #3419BD
Tints of Persian Blue #3419BD
RGB
CMYK
RGB Variations
Color information
#3419BD (or 0x3419BD) is known color: Persian Blue. HEX triplet: 34, 19 and BD. RGB value is (52,25,189). Sum of RGB (Red+Green+Blue) = 52+25+189=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #3419BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3419BD is #CBE642. Grayscale: #333333. Windows color (decimal): -13362755 or 12392756. OLE color: 12392756.
HSL color Cylindrical-coordinate representation of color #3419BD: hue angle of 249.88º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3419BD is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 25 | 189 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.26 |
| HSL | 249.88º | 0.77% | 0.42% | - |
| HSV(B) | 249.88º | 0.87% | 0.74% | - |
| XYZ | 10.95 | 5.1 | 48.55 | - |
| YUV | 51.77 | 205.45 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 189 | 0.72 | 0.87 | 0 | 0.26 | 249.88 | 0.77 | 0.42 |
| Hex | 34 | 19 | BD | 48 | 57 | 0 | 1A | FA | 4D | 2A |
| Octal | 64 | 31 | 275 | 110 | 127 | 0 | 32 | 372 | 115 | 52 |
| Binary | 110100 | 11001 | 10111101 | 1001000 | 1010111 | 0 | 11010 | 11111010 | 1001101 | 101010 |
Color Harmonies of #3419BD
Complementary color
Monochromatic Colors of #3419BD
Black with #3419BD
Text Example
Text Example
White with #3419BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3419BD; }
p { color: rgb(52,25,189); }
H1.HeaderClassName
{
color: #3419BD;
}
.AnyTagClassName
{
color: #3419BD;
}
</style>
background-color css
<style>
a { background-color: #3419BD; }
a { background-color: rgb(52,25,189); }
div.DivClassName
{
background-color: #3419BD;
}
.BgClassName
{
background-color: #3419BD;
}
</style>
border-color css
<style>
span { border-color: #3419BD; }
span { border-color: rgb(52,25,189); }
td.TdClassName
{
border-color: #3419BD;
}
.TagClassName
{
border-color: #3419BD;
}
</style>