Shades of Tory Blue #35409E
Tints of Tory Blue #35409E
RGB
CMYK
RGB Variations
Color information
#35409E (or 0x35409E) is known color: Tory Blue. HEX triplet: 35, 40 and 9E. RGB value is (53,64,158). Sum of RGB (Red+Green+Blue) = 53+64+158=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #35409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35409E is #CABF61. Grayscale: #474747. Windows color (decimal): -13287266 or 10371125. OLE color: 10371125.
HSL color Cylindrical-coordinate representation of color #35409E: hue angle of 233.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35409E is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 64 | 158 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.38 |
| HSL | 233.71º | 0.5% | 0.41% | - |
| HSV(B) | 233.71º | 0.66% | 0.62% | - |
| XYZ | 9.47 | 6.89 | 33.18 | - |
| YUV | 71.43 | 176.86 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 158 | 0.66 | 0.59 | 0 | 0.38 | 233.71 | 0.5 | 0.41 |
| Hex | 35 | 40 | 9E | 42 | 3B | 0 | 26 | EA | 32 | 29 |
| Octal | 65 | 100 | 236 | 102 | 73 | 0 | 46 | 352 | 62 | 51 |
| Binary | 110101 | 1000000 | 10011110 | 1000010 | 111011 | 0 | 100110 | 11101010 | 110010 | 101001 |
Color Harmonies of #35409E
Complementary color
Monochromatic Colors of #35409E
Black with #35409E
Text Example
Text Example
White with #35409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35409E; }
p { color: rgb(53,64,158); }
H1.HeaderClassName
{
color: #35409E;
}
.AnyTagClassName
{
color: #35409E;
}
</style>
background-color css
<style>
a { background-color: #35409E; }
a { background-color: rgb(53,64,158); }
div.DivClassName
{
background-color: #35409E;
}
.BgClassName
{
background-color: #35409E;
}
</style>
border-color css
<style>
span { border-color: #35409E; }
span { border-color: rgb(53,64,158); }
td.TdClassName
{
border-color: #35409E;
}
.TagClassName
{
border-color: #35409E;
}
</style>