Shades of Persian Blue #353AAD
Tints of Persian Blue #353AAD
RGB
CMYK
RGB Variations
Color information
#353AAD (or 0x353AAD) is known color: Persian Blue. HEX triplet: 35, 3A and AD. RGB value is (53,58,173). Sum of RGB (Red+Green+Blue) = 53+58+173=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #353AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353AAD is #CAC552. Grayscale: #454545. Windows color (decimal): -13288787 or 11352629. OLE color: 11352629.
HSL color Cylindrical-coordinate representation of color #353AAD: hue angle of 237.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #353AAD is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 58 | 173 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.32 |
| HSL | 237.5º | 0.53% | 0.44% | - |
| HSV(B) | 237.5º | 0.69% | 0.68% | - |
| XYZ | 10.52 | 6.8 | 40.29 | - |
| YUV | 69.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 173 | 0.69 | 0.66 | 0 | 0.32 | 237.5 | 0.53 | 0.44 |
| Hex | 35 | 3A | AD | 45 | 42 | 0 | 20 | EE | 35 | 2C |
| Octal | 65 | 72 | 255 | 105 | 102 | 0 | 40 | 356 | 65 | 54 |
| Binary | 110101 | 111010 | 10101101 | 1000101 | 1000010 | 0 | 100000 | 11101110 | 110101 | 101100 |
Color Harmonies of #353AAD
Complementary color
Monochromatic Colors of #353AAD
Black with #353AAD
Text Example
Text Example
White with #353AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AAD; }
p { color: rgb(53,58,173); }
H1.HeaderClassName
{
color: #353AAD;
}
.AnyTagClassName
{
color: #353AAD;
}
</style>
background-color css
<style>
a { background-color: #353AAD; }
a { background-color: rgb(53,58,173); }
div.DivClassName
{
background-color: #353AAD;
}
.BgClassName
{
background-color: #353AAD;
}
</style>
border-color css
<style>
span { border-color: #353AAD; }
span { border-color: rgb(53,58,173); }
td.TdClassName
{
border-color: #353AAD;
}
.TagClassName
{
border-color: #353AAD;
}
</style>