Shades of Persian Blue #343AAD
Tints of Persian Blue #343AAD
RGB
CMYK
RGB Variations
Color information
#343AAD (or 0x343AAD) is known color: Persian Blue. HEX triplet: 34, 3A and AD. RGB value is (52,58,173). Sum of RGB (Red+Green+Blue) = 52+58+173=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #343AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343AAD is #CBC552. Grayscale: #444444. Windows color (decimal): -13354323 or 11352628. OLE color: 11352628.
HSL color Cylindrical-coordinate representation of color #343AAD: hue angle of 237.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #343AAD is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 58 | 173 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.32 |
| HSL | 237.02º | 0.54% | 0.44% | - |
| HSV(B) | 237.02º | 0.7% | 0.68% | - |
| XYZ | 10.47 | 6.77 | 40.29 | - |
| YUV | 69.32 | 186.51 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 173 | 0.70 | 0.66 | 0 | 0.32 | 237.02 | 0.54 | 0.44 |
| Hex | 34 | 3A | AD | 46 | 42 | 0 | 20 | ED | 36 | 2C |
| Octal | 64 | 72 | 255 | 106 | 102 | 0 | 40 | 355 | 66 | 54 |
| Binary | 110100 | 111010 | 10101101 | 1000110 | 1000010 | 0 | 100000 | 11101101 | 110110 | 101100 |
Color Harmonies of #343AAD
Complementary color
Monochromatic Colors of #343AAD
Black with #343AAD
Text Example
Text Example
White with #343AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AAD; }
p { color: rgb(52,58,173); }
H1.HeaderClassName
{
color: #343AAD;
}
.AnyTagClassName
{
color: #343AAD;
}
</style>
background-color css
<style>
a { background-color: #343AAD; }
a { background-color: rgb(52,58,173); }
div.DivClassName
{
background-color: #343AAD;
}
.BgClassName
{
background-color: #343AAD;
}
</style>
border-color css
<style>
span { border-color: #343AAD; }
span { border-color: rgb(52,58,173); }
td.TdClassName
{
border-color: #343AAD;
}
.TagClassName
{
border-color: #343AAD;
}
</style>