Shades of Persian Blue #343AB9
Tints of Persian Blue #343AB9
RGB
CMYK
RGB Variations
Color information
#343AB9 (or 0x343AB9) is known color: Persian Blue. HEX triplet: 34, 3A and B9. RGB value is (52,58,185). Sum of RGB (Red+Green+Blue) = 52+58+185=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 185 (72.66% from 255 or 62.71% from 295); Max value from RGB is 185 - color contains mainly: blue. Hex color #343AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AB9 is #CBC546. Grayscale: #464646. Windows color (decimal): -13354311 or 12139060. OLE color: 12139060.
HSL color Cylindrical-coordinate representation of color #343AB9: hue angle of 237.29º 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 #343AB9 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 58 | 185 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.27 |
| HSL | 237.29º | 0.56% | 0.46% | - |
| HSV(B) | 237.29º | 0.72% | 0.73% | - |
| XYZ | 11.69 | 7.26 | 46.68 | - |
| YUV | 70.68 | 192.51 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 185 | 0.72 | 0.69 | 0 | 0.27 | 237.29 | 0.56 | 0.46 |
| Hex | 34 | 3A | B9 | 48 | 45 | 0 | 1B | ED | 38 | 2E |
| Octal | 64 | 72 | 271 | 110 | 105 | 0 | 33 | 355 | 70 | 56 |
| Binary | 110100 | 111010 | 10111001 | 1001000 | 1000101 | 0 | 11011 | 11101101 | 111000 | 101110 |
Color Harmonies of #343AB9
Complementary color
Monochromatic Colors of #343AB9
Black with #343AB9
Text Example
Text Example
White with #343AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AB9; }
p { color: rgb(52,58,185); }
H1.HeaderClassName
{
color: #343AB9;
}
.AnyTagClassName
{
color: #343AB9;
}
</style>
background-color css
<style>
a { background-color: #343AB9; }
a { background-color: rgb(52,58,185); }
div.DivClassName
{
background-color: #343AB9;
}
.BgClassName
{
background-color: #343AB9;
}
</style>
border-color css
<style>
span { border-color: #343AB9; }
span { border-color: rgb(52,58,185); }
td.TdClassName
{
border-color: #343AB9;
}
.TagClassName
{
border-color: #343AB9;
}
</style>