Shades of Tory Blue #35488C
Tints of Tory Blue #35488C
RGB
CMYK
RGB Variations
Color information
#35488C (or 0x35488C) is known color: Tory Blue. HEX triplet: 35, 48 and 8C. RGB value is (53,72,140). Sum of RGB (Red+Green+Blue) = 53+72+140=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #35488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35488C is #CAB773. Grayscale: #494949. Windows color (decimal): -13285236 or 9193525. OLE color: 9193525.
HSL color Cylindrical-coordinate representation of color #35488C: hue angle of 226.9º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35488C is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 72 | 140 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.45 |
| HSL | 226.9º | 0.45% | 0.38% | - |
| HSV(B) | 226.9º | 0.62% | 0.55% | - |
| XYZ | 8.52 | 7.29 | 25.77 | - |
| YUV | 74.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 140 | 0.62 | 0.49 | 0 | 0.45 | 226.9 | 0.45 | 0.38 |
| Hex | 35 | 48 | 8C | 3E | 31 | 0 | 2D | E3 | 2D | 26 |
| Octal | 65 | 110 | 214 | 76 | 61 | 0 | 55 | 343 | 55 | 46 |
| Binary | 110101 | 1001000 | 10001100 | 111110 | 110001 | 0 | 101101 | 11100011 | 101101 | 100110 |
Color Harmonies of #35488C
Complementary color
Monochromatic Colors of #35488C
Black with #35488C
Text Example
Text Example
White with #35488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35488C; }
p { color: rgb(53,72,140); }
H1.HeaderClassName
{
color: #35488C;
}
.AnyTagClassName
{
color: #35488C;
}
</style>
background-color css
<style>
a { background-color: #35488C; }
a { background-color: rgb(53,72,140); }
div.DivClassName
{
background-color: #35488C;
}
.BgClassName
{
background-color: #35488C;
}
</style>
border-color css
<style>
span { border-color: #35488C; }
span { border-color: rgb(53,72,140); }
td.TdClassName
{
border-color: #35488C;
}
.TagClassName
{
border-color: #35488C;
}
</style>