Shades of Persian Blue #353DB9
Tints of Persian Blue #353DB9
RGB
CMYK
RGB Variations
Color information
#353DB9 (or 0x353DB9) is known color: Persian Blue. HEX triplet: 35, 3D and B9. RGB value is (53,61,185). Sum of RGB (Red+Green+Blue) = 53+61+185=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 185 (72.66% from 255 or 61.87% from 299); Max value from RGB is 185 - color contains mainly: blue. Hex color #353DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DB9 is #CAC246. Grayscale: #484848. Windows color (decimal): -13288007 or 12139829. OLE color: 12139829.
HSL color Cylindrical-coordinate representation of color #353DB9: hue angle of 236.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #353DB9 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 61 | 185 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.27 |
| HSL | 236.36º | 0.55% | 0.47% | - |
| HSV(B) | 236.36º | 0.71% | 0.73% | - |
| XYZ | 11.89 | 7.6 | 46.74 | - |
| YUV | 72.74 | 191.35 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 185 | 0.71 | 0.67 | 0 | 0.27 | 236.36 | 0.55 | 0.47 |
| Hex | 35 | 3D | B9 | 47 | 43 | 0 | 1B | EC | 37 | 2F |
| Octal | 65 | 75 | 271 | 107 | 103 | 0 | 33 | 354 | 67 | 57 |
| Binary | 110101 | 111101 | 10111001 | 1000111 | 1000011 | 0 | 11011 | 11101100 | 110111 | 101111 |
Color Harmonies of #353DB9
Complementary color
Monochromatic Colors of #353DB9
Black with #353DB9
Text Example
Text Example
White with #353DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DB9; }
p { color: rgb(53,61,185); }
H1.HeaderClassName
{
color: #353DB9;
}
.AnyTagClassName
{
color: #353DB9;
}
</style>
background-color css
<style>
a { background-color: #353DB9; }
a { background-color: rgb(53,61,185); }
div.DivClassName
{
background-color: #353DB9;
}
.BgClassName
{
background-color: #353DB9;
}
</style>
border-color css
<style>
span { border-color: #353DB9; }
span { border-color: rgb(53,61,185); }
td.TdClassName
{
border-color: #353DB9;
}
.TagClassName
{
border-color: #353DB9;
}
</style>