Shades of Tory Blue #353F9F
Tints of Tory Blue #353F9F
RGB
CMYK
RGB Variations
Color information
#353F9F (or 0x353F9F) is known color: Tory Blue. HEX triplet: 35, 3F and 9F. RGB value is (53,63,159). Sum of RGB (Red+Green+Blue) = 53+63+159=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #353F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F9F is #CAC060. Grayscale: #464646. Windows color (decimal): -13287521 or 10436405. OLE color: 10436405.
HSL color Cylindrical-coordinate representation of color #353F9F: hue angle of 234.34º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353F9F is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 63 | 159 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.38 |
| HSL | 234.34º | 0.5% | 0.42% | - |
| HSV(B) | 234.34º | 0.67% | 0.62% | - |
| XYZ | 9.5 | 6.82 | 33.62 | - |
| YUV | 70.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 159 | 0.67 | 0.60 | 0 | 0.38 | 234.34 | 0.5 | 0.42 |
| Hex | 35 | 3F | 9F | 43 | 3C | 0 | 26 | EA | 32 | 2A |
| Octal | 65 | 77 | 237 | 103 | 74 | 0 | 46 | 352 | 62 | 52 |
| Binary | 110101 | 111111 | 10011111 | 1000011 | 111100 | 0 | 100110 | 11101010 | 110010 | 101010 |
Color Harmonies of #353F9F
Complementary color
Monochromatic Colors of #353F9F
Black with #353F9F
Text Example
Text Example
White with #353F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F9F; }
p { color: rgb(53,63,159); }
H1.HeaderClassName
{
color: #353F9F;
}
.AnyTagClassName
{
color: #353F9F;
}
</style>
background-color css
<style>
a { background-color: #353F9F; }
a { background-color: rgb(53,63,159); }
div.DivClassName
{
background-color: #353F9F;
}
.BgClassName
{
background-color: #353F9F;
}
</style>
border-color css
<style>
span { border-color: #353F9F; }
span { border-color: rgb(53,63,159); }
td.TdClassName
{
border-color: #353F9F;
}
.TagClassName
{
border-color: #353F9F;
}
</style>