Shades of Persian Blue #343CAD
Tints of Persian Blue #343CAD
RGB
CMYK
RGB Variations
Color information
#343CAD (or 0x343CAD) is known color: Persian Blue. HEX triplet: 34, 3C and AD. RGB value is (52,60,173). Sum of RGB (Red+Green+Blue) = 52+60+173=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #343CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343CAD is #CBC352. Grayscale: #464646. Windows color (decimal): -13353811 or 11353140. OLE color: 11353140.
HSL color Cylindrical-coordinate representation of color #343CAD: hue angle of 236.03º 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 #343CAD is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 60 | 173 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.32 |
| HSL | 236.03º | 0.54% | 0.44% | - |
| HSV(B) | 236.03º | 0.7% | 0.68% | - |
| XYZ | 10.57 | 6.98 | 40.32 | - |
| YUV | 70.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 173 | 0.70 | 0.65 | 0 | 0.32 | 236.03 | 0.54 | 0.44 |
| Hex | 34 | 3C | AD | 46 | 41 | 0 | 20 | EC | 36 | 2C |
| Octal | 64 | 74 | 255 | 106 | 101 | 0 | 40 | 354 | 66 | 54 |
| Binary | 110100 | 111100 | 10101101 | 1000110 | 1000001 | 0 | 100000 | 11101100 | 110110 | 101100 |
Color Harmonies of #343CAD
Complementary color
Monochromatic Colors of #343CAD
Black with #343CAD
Text Example
Text Example
White with #343CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CAD; }
p { color: rgb(52,60,173); }
H1.HeaderClassName
{
color: #343CAD;
}
.AnyTagClassName
{
color: #343CAD;
}
</style>
background-color css
<style>
a { background-color: #343CAD; }
a { background-color: rgb(52,60,173); }
div.DivClassName
{
background-color: #343CAD;
}
.BgClassName
{
background-color: #343CAD;
}
</style>
border-color css
<style>
span { border-color: #343CAD; }
span { border-color: rgb(52,60,173); }
td.TdClassName
{
border-color: #343CAD;
}
.TagClassName
{
border-color: #343CAD;
}
</style>