Shades of Persian Blue #343DAC
Tints of Persian Blue #343DAC
RGB
CMYK
RGB Variations
Color information
#343DAC (or 0x343DAC) is known color: Persian Blue. HEX triplet: 34, 3D and AC. RGB value is (52,61,172). Sum of RGB (Red+Green+Blue) = 52+61+172=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #343DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343DAC is #CBC253. Grayscale: #464646. Windows color (decimal): -13353556 or 11287860. OLE color: 11287860.
HSL color Cylindrical-coordinate representation of color #343DAC: hue angle of 235.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #343DAC is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 61 | 172 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.33 |
| HSL | 235.5º | 0.54% | 0.44% | - |
| HSV(B) | 235.5º | 0.7% | 0.67% | - |
| XYZ | 10.53 | 7.05 | 39.83 | - |
| YUV | 70.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 172 | 0.70 | 0.65 | 0 | 0.33 | 235.5 | 0.54 | 0.44 |
| Hex | 34 | 3D | AC | 46 | 41 | 0 | 21 | EC | 36 | 2C |
| Octal | 64 | 75 | 254 | 106 | 101 | 0 | 41 | 354 | 66 | 54 |
| Binary | 110100 | 111101 | 10101100 | 1000110 | 1000001 | 0 | 100001 | 11101100 | 110110 | 101100 |
Color Harmonies of #343DAC
Complementary color
Monochromatic Colors of #343DAC
Black with #343DAC
Text Example
Text Example
White with #343DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DAC; }
p { color: rgb(52,61,172); }
H1.HeaderClassName
{
color: #343DAC;
}
.AnyTagClassName
{
color: #343DAC;
}
</style>
background-color css
<style>
a { background-color: #343DAC; }
a { background-color: rgb(52,61,172); }
div.DivClassName
{
background-color: #343DAC;
}
.BgClassName
{
background-color: #343DAC;
}
</style>
border-color css
<style>
span { border-color: #343DAC; }
span { border-color: rgb(52,61,172); }
td.TdClassName
{
border-color: #343DAC;
}
.TagClassName
{
border-color: #343DAC;
}
</style>