Shades of Persian Blue #342ACE
Tints of Persian Blue #342ACE
RGB
CMYK
RGB Variations
Color information
#342ACE (or 0x342ACE) is known color: Persian Blue. HEX triplet: 34, 2A and CE. RGB value is (52,42,206). Sum of RGB (Red+Green+Blue) = 52+42+206=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #342ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ACE is #CBD531. Grayscale: #3F3F3F. Windows color (decimal): -13358386 or 13511220. OLE color: 13511220.
HSL color Cylindrical-coordinate representation of color #342ACE: hue angle of 243.66º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #342ACE is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 42 | 206 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.19 |
| HSL | 243.66º | 0.66% | 0.49% | - |
| HSV(B) | 243.66º | 0.8% | 0.81% | - |
| XYZ | 13.38 | 6.84 | 59.01 | - |
| YUV | 63.69 | 208.31 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 206 | 0.75 | 0.80 | 0 | 0.19 | 243.66 | 0.66 | 0.49 |
| Hex | 34 | 2A | CE | 4B | 50 | 0 | 13 | F4 | 42 | 31 |
| Octal | 64 | 52 | 316 | 113 | 120 | 0 | 23 | 364 | 102 | 61 |
| Binary | 110100 | 101010 | 11001110 | 1001011 | 1010000 | 0 | 10011 | 11110100 | 1000010 | 110001 |
Color Harmonies of #342ACE
Complementary color
Monochromatic Colors of #342ACE
Black with #342ACE
Text Example
Text Example
White with #342ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342ACE; }
p { color: rgb(52,42,206); }
H1.HeaderClassName
{
color: #342ACE;
}
.AnyTagClassName
{
color: #342ACE;
}
</style>
background-color css
<style>
a { background-color: #342ACE; }
a { background-color: rgb(52,42,206); }
div.DivClassName
{
background-color: #342ACE;
}
.BgClassName
{
background-color: #342ACE;
}
</style>
border-color css
<style>
span { border-color: #342ACE; }
span { border-color: rgb(52,42,206); }
td.TdClassName
{
border-color: #342ACE;
}
.TagClassName
{
border-color: #342ACE;
}
</style>