Shades of Persian Blue #343DA6
Tints of Persian Blue #343DA6
RGB
CMYK
RGB Variations
Color information
#343DA6 (or 0x343DA6) is known color: Persian Blue. HEX triplet: 34, 3D and A6. RGB value is (52,61,166). Sum of RGB (Red+Green+Blue) = 52+61+166=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #343DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343DA6 is #CBC259. Grayscale: #454545. Windows color (decimal): -13353562 or 10894644. OLE color: 10894644.
HSL color Cylindrical-coordinate representation of color #343DA6: hue angle of 235.26º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #343DA6 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 61 | 166 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.35 |
| HSL | 235.26º | 0.52% | 0.43% | - |
| HSV(B) | 235.26º | 0.69% | 0.65% | - |
| XYZ | 9.97 | 6.82 | 36.87 | - |
| YUV | 70.28 | 182.02 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 166 | 0.69 | 0.63 | 0 | 0.35 | 235.26 | 0.52 | 0.43 |
| Hex | 34 | 3D | A6 | 45 | 3F | 0 | 23 | EB | 34 | 2B |
| Octal | 64 | 75 | 246 | 105 | 77 | 0 | 43 | 353 | 64 | 53 |
| Binary | 110100 | 111101 | 10100110 | 1000101 | 111111 | 0 | 100011 | 11101011 | 110100 | 101011 |
Color Harmonies of #343DA6
Complementary color
Monochromatic Colors of #343DA6
Black with #343DA6
Text Example
Text Example
White with #343DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DA6; }
p { color: rgb(52,61,166); }
H1.HeaderClassName
{
color: #343DA6;
}
.AnyTagClassName
{
color: #343DA6;
}
</style>
background-color css
<style>
a { background-color: #343DA6; }
a { background-color: rgb(52,61,166); }
div.DivClassName
{
background-color: #343DA6;
}
.BgClassName
{
background-color: #343DA6;
}
</style>
border-color css
<style>
span { border-color: #343DA6; }
span { border-color: rgb(52,61,166); }
td.TdClassName
{
border-color: #343DA6;
}
.TagClassName
{
border-color: #343DA6;
}
</style>