Shades of Persian Blue #353FB1
Tints of Persian Blue #353FB1
RGB
CMYK
RGB Variations
Color information
#353FB1 (or 0x353FB1) is known color: Persian Blue. HEX triplet: 35, 3F and B1. RGB value is (53,63,177). Sum of RGB (Red+Green+Blue) = 53+63+177=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #353FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353FB1 is #CAC04E. Grayscale: #484848. Windows color (decimal): -13287503 or 11616053. OLE color: 11616053.
HSL color Cylindrical-coordinate representation of color #353FB1: hue angle of 235.16º 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 #353FB1 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 63 | 177 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.31 |
| HSL | 235.16º | 0.54% | 0.45% | - |
| HSV(B) | 235.16º | 0.7% | 0.69% | - |
| XYZ | 11.18 | 7.49 | 42.45 | - |
| YUV | 73.01 | 186.69 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 177 | 0.70 | 0.64 | 0 | 0.31 | 235.16 | 0.54 | 0.45 |
| Hex | 35 | 3F | B1 | 46 | 40 | 0 | 1F | EB | 36 | 2D |
| Octal | 65 | 77 | 261 | 106 | 100 | 0 | 37 | 353 | 66 | 55 |
| Binary | 110101 | 111111 | 10110001 | 1000110 | 1000000 | 0 | 11111 | 11101011 | 110110 | 101101 |
Color Harmonies of #353FB1
Complementary color
Monochromatic Colors of #353FB1
Black with #353FB1
Text Example
Text Example
White with #353FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FB1; }
p { color: rgb(53,63,177); }
H1.HeaderClassName
{
color: #353FB1;
}
.AnyTagClassName
{
color: #353FB1;
}
</style>
background-color css
<style>
a { background-color: #353FB1; }
a { background-color: rgb(53,63,177); }
div.DivClassName
{
background-color: #353FB1;
}
.BgClassName
{
background-color: #353FB1;
}
</style>
border-color css
<style>
span { border-color: #353FB1; }
span { border-color: rgb(53,63,177); }
td.TdClassName
{
border-color: #353FB1;
}
.TagClassName
{
border-color: #353FB1;
}
</style>