Shades of Persian Blue #341DBC
Tints of Persian Blue #341DBC
RGB
CMYK
RGB Variations
Color information
#341DBC (or 0x341DBC) is known color: Persian Blue. HEX triplet: 34, 1D and BC. RGB value is (52,29,188). Sum of RGB (Red+Green+Blue) = 52+29+188=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #341DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DBC is #CBE243. Grayscale: #353535. Windows color (decimal): -13361732 or 12328244. OLE color: 12328244.
HSL color Cylindrical-coordinate representation of color #341DBC: hue angle of 248.68º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341DBC is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 29 | 188 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.26 |
| HSL | 248.68º | 0.73% | 0.43% | - |
| HSV(B) | 248.68º | 0.85% | 0.74% | - |
| XYZ | 10.93 | 5.24 | 48.01 | - |
| YUV | 54 | 203.62 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 188 | 0.72 | 0.85 | 0 | 0.26 | 248.68 | 0.73 | 0.43 |
| Hex | 34 | 1D | BC | 48 | 55 | 0 | 1A | F9 | 49 | 2B |
| Octal | 64 | 35 | 274 | 110 | 125 | 0 | 32 | 371 | 111 | 53 |
| Binary | 110100 | 11101 | 10111100 | 1001000 | 1010101 | 0 | 11010 | 11111001 | 1001001 | 101011 |
Color Harmonies of #341DBC
Complementary color
Monochromatic Colors of #341DBC
Black with #341DBC
Text Example
Text Example
White with #341DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341DBC; }
p { color: rgb(52,29,188); }
H1.HeaderClassName
{
color: #341DBC;
}
.AnyTagClassName
{
color: #341DBC;
}
</style>
background-color css
<style>
a { background-color: #341DBC; }
a { background-color: rgb(52,29,188); }
div.DivClassName
{
background-color: #341DBC;
}
.BgClassName
{
background-color: #341DBC;
}
</style>
border-color css
<style>
span { border-color: #341DBC; }
span { border-color: rgb(52,29,188); }
td.TdClassName
{
border-color: #341DBC;
}
.TagClassName
{
border-color: #341DBC;
}
</style>