Shades of Persian Blue #343AB6
Tints of Persian Blue #343AB6
RGB
CMYK
RGB Variations
Color information
#343AB6 (or 0x343AB6) is known color: Persian Blue. HEX triplet: 34, 3A and B6. RGB value is (52,58,182). Sum of RGB (Red+Green+Blue) = 52+58+182=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #343AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AB6 is #CBC549. Grayscale: #454545. Windows color (decimal): -13354314 or 11942452. OLE color: 11942452.
HSL color Cylindrical-coordinate representation of color #343AB6: hue angle of 237.23º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #343AB6 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 58 | 182 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.29 |
| HSL | 237.23º | 0.56% | 0.46% | - |
| HSV(B) | 237.23º | 0.71% | 0.71% | - |
| XYZ | 11.37 | 7.13 | 45.03 | - |
| YUV | 70.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 182 | 0.71 | 0.68 | 0 | 0.29 | 237.23 | 0.56 | 0.46 |
| Hex | 34 | 3A | B6 | 47 | 44 | 0 | 1D | ED | 38 | 2E |
| Octal | 64 | 72 | 266 | 107 | 104 | 0 | 35 | 355 | 70 | 56 |
| Binary | 110100 | 111010 | 10110110 | 1000111 | 1000100 | 0 | 11101 | 11101101 | 111000 | 101110 |
Color Harmonies of #343AB6
Complementary color
Monochromatic Colors of #343AB6
Black with #343AB6
Text Example
Text Example
White with #343AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AB6; }
p { color: rgb(52,58,182); }
H1.HeaderClassName
{
color: #343AB6;
}
.AnyTagClassName
{
color: #343AB6;
}
</style>
background-color css
<style>
a { background-color: #343AB6; }
a { background-color: rgb(52,58,182); }
div.DivClassName
{
background-color: #343AB6;
}
.BgClassName
{
background-color: #343AB6;
}
</style>
border-color css
<style>
span { border-color: #343AB6; }
span { border-color: rgb(52,58,182); }
td.TdClassName
{
border-color: #343AB6;
}
.TagClassName
{
border-color: #343AB6;
}
</style>