Shades of Persian Blue #353EAF
Tints of Persian Blue #353EAF
RGB
CMYK
RGB Variations
Color information
#353EAF (or 0x353EAF) is known color: Persian Blue. HEX triplet: 35, 3E and AF. RGB value is (53,62,175). Sum of RGB (Red+Green+Blue) = 53+62+175=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #353EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353EAF is #CAC150. Grayscale: #474747. Windows color (decimal): -13287761 or 11484725. OLE color: 11484725.
HSL color Cylindrical-coordinate representation of color #353EAF: hue angle of 235.57º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353EAF is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 62 | 175 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.31 |
| HSL | 235.57º | 0.54% | 0.45% | - |
| HSV(B) | 235.57º | 0.7% | 0.69% | - |
| XYZ | 10.93 | 7.3 | 41.39 | - |
| YUV | 72.19 | 186.02 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 175 | 0.70 | 0.65 | 0 | 0.31 | 235.57 | 0.54 | 0.45 |
| Hex | 35 | 3E | AF | 46 | 41 | 0 | 1F | EC | 36 | 2D |
| Octal | 65 | 76 | 257 | 106 | 101 | 0 | 37 | 354 | 66 | 55 |
| Binary | 110101 | 111110 | 10101111 | 1000110 | 1000001 | 0 | 11111 | 11101100 | 110110 | 101101 |
Color Harmonies of #353EAF
Complementary color
Monochromatic Colors of #353EAF
Black with #353EAF
Text Example
Text Example
White with #353EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EAF; }
p { color: rgb(53,62,175); }
H1.HeaderClassName
{
color: #353EAF;
}
.AnyTagClassName
{
color: #353EAF;
}
</style>
background-color css
<style>
a { background-color: #353EAF; }
a { background-color: rgb(53,62,175); }
div.DivClassName
{
background-color: #353EAF;
}
.BgClassName
{
background-color: #353EAF;
}
</style>
border-color css
<style>
span { border-color: #353EAF; }
span { border-color: rgb(53,62,175); }
td.TdClassName
{
border-color: #353EAF;
}
.TagClassName
{
border-color: #353EAF;
}
</style>