Shades of Persian Blue #353BAC
Tints of Persian Blue #353BAC
RGB
CMYK
RGB Variations
Color information
#353BAC (or 0x353BAC) is known color: Persian Blue. HEX triplet: 35, 3B and AC. RGB value is (53,59,172). Sum of RGB (Red+Green+Blue) = 53+59+172=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #353BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353BAC is #CAC453. Grayscale: #454545. Windows color (decimal): -13288532 or 11287349. OLE color: 11287349.
HSL color Cylindrical-coordinate representation of color #353BAC: hue angle of 236.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #353BAC is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 59 | 172 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.33 |
| HSL | 236.97º | 0.53% | 0.44% | - |
| HSV(B) | 236.97º | 0.69% | 0.67% | - |
| XYZ | 10.48 | 6.86 | 39.8 | - |
| YUV | 70.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 172 | 0.69 | 0.66 | 0 | 0.33 | 236.97 | 0.53 | 0.44 |
| Hex | 35 | 3B | AC | 45 | 42 | 0 | 21 | ED | 35 | 2C |
| Octal | 65 | 73 | 254 | 105 | 102 | 0 | 41 | 355 | 65 | 54 |
| Binary | 110101 | 111011 | 10101100 | 1000101 | 1000010 | 0 | 100001 | 11101101 | 110101 | 101100 |
Color Harmonies of #353BAC
Complementary color
Monochromatic Colors of #353BAC
Black with #353BAC
Text Example
Text Example
White with #353BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BAC; }
p { color: rgb(53,59,172); }
H1.HeaderClassName
{
color: #353BAC;
}
.AnyTagClassName
{
color: #353BAC;
}
</style>
background-color css
<style>
a { background-color: #353BAC; }
a { background-color: rgb(53,59,172); }
div.DivClassName
{
background-color: #353BAC;
}
.BgClassName
{
background-color: #353BAC;
}
</style>
border-color css
<style>
span { border-color: #353BAC; }
span { border-color: rgb(53,59,172); }
td.TdClassName
{
border-color: #353BAC;
}
.TagClassName
{
border-color: #353BAC;
}
</style>