Shades of Persian Blue #341CB9
Tints of Persian Blue #341CB9
RGB
CMYK
RGB Variations
Color information
#341CB9 (or 0x341CB9) is known color: Persian Blue. HEX triplet: 34, 1C and B9. RGB value is (52,28,185). Sum of RGB (Red+Green+Blue) = 52+28+185=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 185 (72.66% from 255 or 69.81% from 265); Max value from RGB is 185 - color contains mainly: blue. Hex color #341CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CB9 is #CBE346. Grayscale: #343434. Windows color (decimal): -13361991 or 12131380. OLE color: 12131380.
HSL color Cylindrical-coordinate representation of color #341CB9: hue angle of 249.17º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341CB9 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 28 | 185 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.27 |
| HSL | 249.17º | 0.74% | 0.42% | - |
| HSV(B) | 249.17º | 0.85% | 0.73% | - |
| XYZ | 10.59 | 5.06 | 46.32 | - |
| YUV | 53.07 | 202.45 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 185 | 0.72 | 0.85 | 0 | 0.27 | 249.17 | 0.74 | 0.42 |
| Hex | 34 | 1C | B9 | 48 | 55 | 0 | 1B | F9 | 4A | 2A |
| Octal | 64 | 34 | 271 | 110 | 125 | 0 | 33 | 371 | 112 | 52 |
| Binary | 110100 | 11100 | 10111001 | 1001000 | 1010101 | 0 | 11011 | 11111001 | 1001010 | 101010 |
Color Harmonies of #341CB9
Complementary color
Monochromatic Colors of #341CB9
Black with #341CB9
Text Example
Text Example
White with #341CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341CB9; }
p { color: rgb(52,28,185); }
H1.HeaderClassName
{
color: #341CB9;
}
.AnyTagClassName
{
color: #341CB9;
}
</style>
background-color css
<style>
a { background-color: #341CB9; }
a { background-color: rgb(52,28,185); }
div.DivClassName
{
background-color: #341CB9;
}
.BgClassName
{
background-color: #341CB9;
}
</style>
border-color css
<style>
span { border-color: #341CB9; }
span { border-color: rgb(52,28,185); }
td.TdClassName
{
border-color: #341CB9;
}
.TagClassName
{
border-color: #341CB9;
}
</style>