Shades of Persian Blue #352ACE
Tints of Persian Blue #352ACE
RGB
CMYK
RGB Variations
Color information
#352ACE (or 0x352ACE) is known color: Persian Blue. HEX triplet: 35, 2A and CE. RGB value is (53,42,206). Sum of RGB (Red+Green+Blue) = 53+42+206=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #352ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352ACE is #CAD531. Grayscale: #3F3F3F. Windows color (decimal): -13292850 or 13511221. OLE color: 13511221.
HSL color Cylindrical-coordinate representation of color #352ACE: hue angle of 244.02º 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 #352ACE is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 42 | 206 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.19 |
| HSL | 244.02º | 0.66% | 0.49% | - |
| HSV(B) | 244.02º | 0.8% | 0.81% | - |
| XYZ | 13.44 | 6.87 | 59.01 | - |
| YUV | 63.99 | 208.14 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 206 | 0.74 | 0.80 | 0 | 0.19 | 244.02 | 0.66 | 0.49 |
| Hex | 35 | 2A | CE | 4A | 50 | 0 | 13 | F4 | 42 | 31 |
| Octal | 65 | 52 | 316 | 112 | 120 | 0 | 23 | 364 | 102 | 61 |
| Binary | 110101 | 101010 | 11001110 | 1001010 | 1010000 | 0 | 10011 | 11110100 | 1000010 | 110001 |
Color Harmonies of #352ACE
Complementary color
Monochromatic Colors of #352ACE
Black with #352ACE
Text Example
Text Example
White with #352ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352ACE; }
p { color: rgb(53,42,206); }
H1.HeaderClassName
{
color: #352ACE;
}
.AnyTagClassName
{
color: #352ACE;
}
</style>
background-color css
<style>
a { background-color: #352ACE; }
a { background-color: rgb(53,42,206); }
div.DivClassName
{
background-color: #352ACE;
}
.BgClassName
{
background-color: #352ACE;
}
</style>
border-color css
<style>
span { border-color: #352ACE; }
span { border-color: rgb(53,42,206); }
td.TdClassName
{
border-color: #352ACE;
}
.TagClassName
{
border-color: #352ACE;
}
</style>