Shades of Persian Blue #343BB9
Tints of Persian Blue #343BB9
RGB
CMYK
RGB Variations
Color information
#343BB9 (or 0x343BB9) is known color: Persian Blue. HEX triplet: 34, 3B and B9. RGB value is (52,59,185). Sum of RGB (Red+Green+Blue) = 52+59+185=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 185 (72.66% from 255 or 62.5% from 296); Max value from RGB is 185 - color contains mainly: blue. Hex color #343BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BB9 is #CBC446. Grayscale: #464646. Windows color (decimal): -13354055 or 12139316. OLE color: 12139316.
HSL color Cylindrical-coordinate representation of color #343BB9: hue angle of 236.84º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343BB9 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 59 | 185 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.27 |
| HSL | 236.84º | 0.56% | 0.46% | - |
| HSV(B) | 236.84º | 0.72% | 0.73% | - |
| XYZ | 11.74 | 7.36 | 46.7 | - |
| YUV | 71.27 | 192.18 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 185 | 0.72 | 0.68 | 0 | 0.27 | 236.84 | 0.56 | 0.46 |
| Hex | 34 | 3B | B9 | 48 | 44 | 0 | 1B | ED | 38 | 2E |
| Octal | 64 | 73 | 271 | 110 | 104 | 0 | 33 | 355 | 70 | 56 |
| Binary | 110100 | 111011 | 10111001 | 1001000 | 1000100 | 0 | 11011 | 11101101 | 111000 | 101110 |
Color Harmonies of #343BB9
Complementary color
Monochromatic Colors of #343BB9
Black with #343BB9
Text Example
Text Example
White with #343BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343BB9; }
p { color: rgb(52,59,185); }
H1.HeaderClassName
{
color: #343BB9;
}
.AnyTagClassName
{
color: #343BB9;
}
</style>
background-color css
<style>
a { background-color: #343BB9; }
a { background-color: rgb(52,59,185); }
div.DivClassName
{
background-color: #343BB9;
}
.BgClassName
{
background-color: #343BB9;
}
</style>
border-color css
<style>
span { border-color: #343BB9; }
span { border-color: rgb(52,59,185); }
td.TdClassName
{
border-color: #343BB9;
}
.TagClassName
{
border-color: #343BB9;
}
</style>