Shades of Persian Blue #353BAF
Tints of Persian Blue #353BAF
RGB
CMYK
RGB Variations
Color information
#353BAF (or 0x353BAF) is known color: Persian Blue. HEX triplet: 35, 3B and AF. RGB value is (53,59,175). Sum of RGB (Red+Green+Blue) = 53+59+175=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #353BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353BAF is #CAC450. Grayscale: #454545. Windows color (decimal): -13288529 or 11483957. OLE color: 11483957.
HSL color Cylindrical-coordinate representation of color #353BAF: hue angle of 237.05º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353BAF is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 59 | 175 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.31 |
| HSL | 237.05º | 0.54% | 0.45% | - |
| HSV(B) | 237.05º | 0.7% | 0.69% | - |
| XYZ | 10.77 | 6.98 | 41.34 | - |
| YUV | 70.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 175 | 0.70 | 0.66 | 0 | 0.31 | 237.05 | 0.54 | 0.45 |
| Hex | 35 | 3B | AF | 46 | 42 | 0 | 1F | ED | 36 | 2D |
| Octal | 65 | 73 | 257 | 106 | 102 | 0 | 37 | 355 | 66 | 55 |
| Binary | 110101 | 111011 | 10101111 | 1000110 | 1000010 | 0 | 11111 | 11101101 | 110110 | 101101 |
Color Harmonies of #353BAF
Complementary color
Monochromatic Colors of #353BAF
Black with #353BAF
Text Example
Text Example
White with #353BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BAF; }
p { color: rgb(53,59,175); }
H1.HeaderClassName
{
color: #353BAF;
}
.AnyTagClassName
{
color: #353BAF;
}
</style>
background-color css
<style>
a { background-color: #353BAF; }
a { background-color: rgb(53,59,175); }
div.DivClassName
{
background-color: #353BAF;
}
.BgClassName
{
background-color: #353BAF;
}
</style>
border-color css
<style>
span { border-color: #353BAF; }
span { border-color: rgb(53,59,175); }
td.TdClassName
{
border-color: #353BAF;
}
.TagClassName
{
border-color: #353BAF;
}
</style>