Shades of Persian Blue #343AAA
Tints of Persian Blue #343AAA
RGB
CMYK
RGB Variations
Color information
#343AAA (or 0x343AAA) is known color: Persian Blue. HEX triplet: 34, 3A and AA. RGB value is (52,58,170). Sum of RGB (Red+Green+Blue) = 52+58+170=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #343AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343AAA is #CBC555. Grayscale: #444444. Windows color (decimal): -13354326 or 11156020. OLE color: 11156020.
HSL color Cylindrical-coordinate representation of color #343AAA: hue angle of 236.95º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #343AAA is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 58 | 170 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.33 |
| HSL | 236.95º | 0.53% | 0.44% | - |
| HSV(B) | 236.95º | 0.69% | 0.67% | - |
| XYZ | 10.18 | 6.66 | 38.78 | - |
| YUV | 68.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 170 | 0.69 | 0.66 | 0 | 0.33 | 236.95 | 0.53 | 0.44 |
| Hex | 34 | 3A | AA | 45 | 42 | 0 | 21 | ED | 35 | 2C |
| Octal | 64 | 72 | 252 | 105 | 102 | 0 | 41 | 355 | 65 | 54 |
| Binary | 110100 | 111010 | 10101010 | 1000101 | 1000010 | 0 | 100001 | 11101101 | 110101 | 101100 |
Color Harmonies of #343AAA
Complementary color
Monochromatic Colors of #343AAA
Black with #343AAA
Text Example
Text Example
White with #343AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AAA; }
p { color: rgb(52,58,170); }
H1.HeaderClassName
{
color: #343AAA;
}
.AnyTagClassName
{
color: #343AAA;
}
</style>
background-color css
<style>
a { background-color: #343AAA; }
a { background-color: rgb(52,58,170); }
div.DivClassName
{
background-color: #343AAA;
}
.BgClassName
{
background-color: #343AAA;
}
</style>
border-color css
<style>
span { border-color: #343AAA; }
span { border-color: rgb(52,58,170); }
td.TdClassName
{
border-color: #343AAA;
}
.TagClassName
{
border-color: #343AAA;
}
</style>