Shades of Tory Blue #353F99
Tints of Tory Blue #353F99
RGB
CMYK
RGB Variations
Color information
#353F99 (or 0x353F99) is known color: Tory Blue. HEX triplet: 35, 3F and 99. RGB value is (53,63,153). Sum of RGB (Red+Green+Blue) = 53+63+153=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #353F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F99 is #CAC066. Grayscale: #454545. Windows color (decimal): -13287527 or 10043189. OLE color: 10043189.
HSL color Cylindrical-coordinate representation of color #353F99: hue angle of 234º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353F99 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 63 | 153 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.4 |
| HSL | 234º | 0.49% | 0.4% | - |
| HSV(B) | 234º | 0.65% | 0.6% | - |
| XYZ | 9 | 6.61 | 30.94 | - |
| YUV | 70.27 | 174.69 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 153 | 0.65 | 0.59 | 0 | 0.4 | 234 | 0.49 | 0.4 |
| Hex | 35 | 3F | 99 | 41 | 3B | 0 | 28 | EA | 31 | 28 |
| Octal | 65 | 77 | 231 | 101 | 73 | 0 | 50 | 352 | 61 | 50 |
| Binary | 110101 | 111111 | 10011001 | 1000001 | 111011 | 0 | 101000 | 11101010 | 110001 | 101000 |
Color Harmonies of #353F99
Complementary color
Monochromatic Colors of #353F99
Black with #353F99
Text Example
Text Example
White with #353F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F99; }
p { color: rgb(53,63,153); }
H1.HeaderClassName
{
color: #353F99;
}
.AnyTagClassName
{
color: #353F99;
}
</style>
background-color css
<style>
a { background-color: #353F99; }
a { background-color: rgb(53,63,153); }
div.DivClassName
{
background-color: #353F99;
}
.BgClassName
{
background-color: #353F99;
}
</style>
border-color css
<style>
span { border-color: #353F99; }
span { border-color: rgb(53,63,153); }
td.TdClassName
{
border-color: #353F99;
}
.TagClassName
{
border-color: #353F99;
}
</style>