Shades of Tory Blue #35409A
Tints of Tory Blue #35409A
RGB
CMYK
RGB Variations
Color information
#35409A (or 0x35409A) is known color: Tory Blue. HEX triplet: 35, 40 and 9A. RGB value is (53,64,154). Sum of RGB (Red+Green+Blue) = 53+64+154=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #35409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35409A is #CABF65. Grayscale: #464646. Windows color (decimal): -13287270 or 10108981. OLE color: 10108981.
HSL color Cylindrical-coordinate representation of color #35409A: hue angle of 233.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35409A is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 64 | 154 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.40 |
| HSL | 233.47º | 0.49% | 0.41% | - |
| HSV(B) | 233.47º | 0.66% | 0.6% | - |
| XYZ | 9.13 | 6.76 | 31.39 | - |
| YUV | 70.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 154 | 0.66 | 0.58 | 0 | 0.40 | 233.47 | 0.49 | 0.41 |
| Hex | 35 | 40 | 9A | 42 | 3A | 0 | 28 | E9 | 31 | 29 |
| Octal | 65 | 100 | 232 | 102 | 72 | 0 | 50 | 351 | 61 | 51 |
| Binary | 110101 | 1000000 | 10011010 | 1000010 | 111010 | 0 | 101000 | 11101001 | 110001 | 101001 |
Color Harmonies of #35409A
Complementary color
Monochromatic Colors of #35409A
Black with #35409A
Text Example
Text Example
White with #35409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35409A; }
p { color: rgb(53,64,154); }
H1.HeaderClassName
{
color: #35409A;
}
.AnyTagClassName
{
color: #35409A;
}
</style>
background-color css
<style>
a { background-color: #35409A; }
a { background-color: rgb(53,64,154); }
div.DivClassName
{
background-color: #35409A;
}
.BgClassName
{
background-color: #35409A;
}
</style>
border-color css
<style>
span { border-color: #35409A; }
span { border-color: rgb(53,64,154); }
td.TdClassName
{
border-color: #35409A;
}
.TagClassName
{
border-color: #35409A;
}
</style>