Shades of Persian Blue #341ABB
Tints of Persian Blue #341ABB
RGB
CMYK
RGB Variations
Color information
#341ABB (or 0x341ABB) is known color: Persian Blue. HEX triplet: 34, 1A and BB. RGB value is (52,26,187). Sum of RGB (Red+Green+Blue) = 52+26+187=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #341ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ABB is #CBE544. Grayscale: #333333. Windows color (decimal): -13362501 or 12261940. OLE color: 12261940.
HSL color Cylindrical-coordinate representation of color #341ABB: hue angle of 249.69º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341ABB is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 26 | 187 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.27 |
| HSL | 249.69º | 0.76% | 0.42% | - |
| HSV(B) | 249.69º | 0.86% | 0.73% | - |
| XYZ | 10.76 | 5.06 | 47.42 | - |
| YUV | 52.13 | 204.11 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 187 | 0.72 | 0.86 | 0 | 0.27 | 249.69 | 0.76 | 0.42 |
| Hex | 34 | 1A | BB | 48 | 56 | 0 | 1B | FA | 4C | 2A |
| Octal | 64 | 32 | 273 | 110 | 126 | 0 | 33 | 372 | 114 | 52 |
| Binary | 110100 | 11010 | 10111011 | 1001000 | 1010110 | 0 | 11011 | 11111010 | 1001100 | 101010 |
Color Harmonies of #341ABB
Complementary color
Monochromatic Colors of #341ABB
Black with #341ABB
Text Example
Text Example
White with #341ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341ABB; }
p { color: rgb(52,26,187); }
H1.HeaderClassName
{
color: #341ABB;
}
.AnyTagClassName
{
color: #341ABB;
}
</style>
background-color css
<style>
a { background-color: #341ABB; }
a { background-color: rgb(52,26,187); }
div.DivClassName
{
background-color: #341ABB;
}
.BgClassName
{
background-color: #341ABB;
}
</style>
border-color css
<style>
span { border-color: #341ABB; }
span { border-color: rgb(52,26,187); }
td.TdClassName
{
border-color: #341ABB;
}
.TagClassName
{
border-color: #341ABB;
}
</style>