Shades of Persian Blue #353BAD
Tints of Persian Blue #353BAD
RGB
CMYK
RGB Variations
Color information
#353BAD (or 0x353BAD) is known color: Persian Blue. HEX triplet: 35, 3B and AD. RGB value is (53,59,173). Sum of RGB (Red+Green+Blue) = 53+59+173=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #353BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353BAD is #CAC452. Grayscale: #454545. Windows color (decimal): -13288531 or 11352885. OLE color: 11352885.
HSL color Cylindrical-coordinate representation of color #353BAD: hue angle of 237º 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 #353BAD is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 59 | 173 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.32 |
| HSL | 237º | 0.53% | 0.44% | - |
| HSV(B) | 237º | 0.69% | 0.68% | - |
| XYZ | 10.57 | 6.9 | 40.31 | - |
| YUV | 70.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 173 | 0.69 | 0.66 | 0 | 0.32 | 237 | 0.53 | 0.44 |
| Hex | 35 | 3B | AD | 45 | 42 | 0 | 20 | ED | 35 | 2C |
| Octal | 65 | 73 | 255 | 105 | 102 | 0 | 40 | 355 | 65 | 54 |
| Binary | 110101 | 111011 | 10101101 | 1000101 | 1000010 | 0 | 100000 | 11101101 | 110101 | 101100 |
Color Harmonies of #353BAD
Complementary color
Monochromatic Colors of #353BAD
Black with #353BAD
Text Example
Text Example
White with #353BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BAD; }
p { color: rgb(53,59,173); }
H1.HeaderClassName
{
color: #353BAD;
}
.AnyTagClassName
{
color: #353BAD;
}
</style>
background-color css
<style>
a { background-color: #353BAD; }
a { background-color: rgb(53,59,173); }
div.DivClassName
{
background-color: #353BAD;
}
.BgClassName
{
background-color: #353BAD;
}
</style>
border-color css
<style>
span { border-color: #353BAD; }
span { border-color: rgb(53,59,173); }
td.TdClassName
{
border-color: #353BAD;
}
.TagClassName
{
border-color: #353BAD;
}
</style>