Shades of Persian Blue #353AAE
Tints of Persian Blue #353AAE
RGB
CMYK
RGB Variations
Color information
#353AAE (or 0x353AAE) is known color: Persian Blue. HEX triplet: 35, 3A and AE. RGB value is (53,58,174). Sum of RGB (Red+Green+Blue) = 53+58+174=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #353AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353AAE is #CAC551. Grayscale: #454545. Windows color (decimal): -13288786 or 11418165. OLE color: 11418165.
HSL color Cylindrical-coordinate representation of color #353AAE: hue angle of 237.52º 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 #353AAE is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 58 | 174 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.32 |
| HSL | 237.52º | 0.53% | 0.45% | - |
| HSV(B) | 237.52º | 0.7% | 0.68% | - |
| XYZ | 10.62 | 6.84 | 40.8 | - |
| YUV | 69.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 174 | 0.70 | 0.67 | 0 | 0.32 | 237.52 | 0.53 | 0.45 |
| Hex | 35 | 3A | AE | 46 | 43 | 0 | 20 | EE | 35 | 2D |
| Octal | 65 | 72 | 256 | 106 | 103 | 0 | 40 | 356 | 65 | 55 |
| Binary | 110101 | 111010 | 10101110 | 1000110 | 1000011 | 0 | 100000 | 11101110 | 110101 | 101101 |
Color Harmonies of #353AAE
Complementary color
Monochromatic Colors of #353AAE
Black with #353AAE
Text Example
Text Example
White with #353AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AAE; }
p { color: rgb(53,58,174); }
H1.HeaderClassName
{
color: #353AAE;
}
.AnyTagClassName
{
color: #353AAE;
}
</style>
background-color css
<style>
a { background-color: #353AAE; }
a { background-color: rgb(53,58,174); }
div.DivClassName
{
background-color: #353AAE;
}
.BgClassName
{
background-color: #353AAE;
}
</style>
border-color css
<style>
span { border-color: #353AAE; }
span { border-color: rgb(53,58,174); }
td.TdClassName
{
border-color: #353AAE;
}
.TagClassName
{
border-color: #353AAE;
}
</style>