Shades of Persian Blue #353DAE
Tints of Persian Blue #353DAE
RGB
CMYK
RGB Variations
Color information
#353DAE (or 0x353DAE) is known color: Persian Blue. HEX triplet: 35, 3D and AE. RGB value is (53,61,174). Sum of RGB (Red+Green+Blue) = 53+61+174=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #353DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353DAE is #CAC251. Grayscale: #474747. Windows color (decimal): -13288018 or 11418933. OLE color: 11418933.
HSL color Cylindrical-coordinate representation of color #353DAE: hue angle of 236.03º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353DAE is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 61 | 174 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.32 |
| HSL | 236.03º | 0.53% | 0.45% | - |
| HSV(B) | 236.03º | 0.7% | 0.68% | - |
| XYZ | 10.78 | 7.15 | 40.86 | - |
| YUV | 71.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 174 | 0.70 | 0.65 | 0 | 0.32 | 236.03 | 0.53 | 0.45 |
| Hex | 35 | 3D | AE | 46 | 41 | 0 | 20 | EC | 35 | 2D |
| Octal | 65 | 75 | 256 | 106 | 101 | 0 | 40 | 354 | 65 | 55 |
| Binary | 110101 | 111101 | 10101110 | 1000110 | 1000001 | 0 | 100000 | 11101100 | 110101 | 101101 |
Color Harmonies of #353DAE
Complementary color
Monochromatic Colors of #353DAE
Black with #353DAE
Text Example
Text Example
White with #353DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DAE; }
p { color: rgb(53,61,174); }
H1.HeaderClassName
{
color: #353DAE;
}
.AnyTagClassName
{
color: #353DAE;
}
</style>
background-color css
<style>
a { background-color: #353DAE; }
a { background-color: rgb(53,61,174); }
div.DivClassName
{
background-color: #353DAE;
}
.BgClassName
{
background-color: #353DAE;
}
</style>
border-color css
<style>
span { border-color: #353DAE; }
span { border-color: rgb(53,61,174); }
td.TdClassName
{
border-color: #353DAE;
}
.TagClassName
{
border-color: #353DAE;
}
</style>