Shades of Persian Blue #341DBB
Tints of Persian Blue #341DBB
RGB
CMYK
RGB Variations
Color information
#341DBB (or 0x341DBB) is known color: Persian Blue. HEX triplet: 34, 1D and BB. RGB value is (52,29,187). Sum of RGB (Red+Green+Blue) = 52+29+187=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #341DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DBB is #CBE244. Grayscale: #353535. Windows color (decimal): -13361733 or 12262708. OLE color: 12262708.
HSL color Cylindrical-coordinate representation of color #341DBB: hue angle of 248.73º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341DBB is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 29 | 187 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.27 |
| HSL | 248.73º | 0.73% | 0.42% | - |
| HSV(B) | 248.73º | 0.84% | 0.73% | - |
| XYZ | 10.83 | 5.2 | 47.45 | - |
| YUV | 53.89 | 203.12 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 187 | 0.72 | 0.84 | 0 | 0.27 | 248.73 | 0.73 | 0.42 |
| Hex | 34 | 1D | BB | 48 | 54 | 0 | 1B | F9 | 49 | 2A |
| Octal | 64 | 35 | 273 | 110 | 124 | 0 | 33 | 371 | 111 | 52 |
| Binary | 110100 | 11101 | 10111011 | 1001000 | 1010100 | 0 | 11011 | 11111001 | 1001001 | 101010 |
Color Harmonies of #341DBB
Complementary color
Monochromatic Colors of #341DBB
Black with #341DBB
Text Example
Text Example
White with #341DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341DBB; }
p { color: rgb(52,29,187); }
H1.HeaderClassName
{
color: #341DBB;
}
.AnyTagClassName
{
color: #341DBB;
}
</style>
background-color css
<style>
a { background-color: #341DBB; }
a { background-color: rgb(52,29,187); }
div.DivClassName
{
background-color: #341DBB;
}
.BgClassName
{
background-color: #341DBB;
}
</style>
border-color css
<style>
span { border-color: #341DBB; }
span { border-color: rgb(52,29,187); }
td.TdClassName
{
border-color: #341DBB;
}
.TagClassName
{
border-color: #341DBB;
}
</style>