Shades of Tory Blue #35488F
Tints of Tory Blue #35488F
RGB
CMYK
RGB Variations
Color information
#35488F (or 0x35488F) is known color: Tory Blue. HEX triplet: 35, 48 and 8F. RGB value is (53,72,143). Sum of RGB (Red+Green+Blue) = 53+72+143=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #35488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35488F is #CAB770. Grayscale: #4A4A4A. Windows color (decimal): -13285233 or 9390133. OLE color: 9390133.
HSL color Cylindrical-coordinate representation of color #35488F: hue angle of 227.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35488F is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 72 | 143 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.44 |
| HSL | 227.33º | 0.46% | 0.38% | - |
| HSV(B) | 227.33º | 0.63% | 0.56% | - |
| XYZ | 8.74 | 7.37 | 26.95 | - |
| YUV | 74.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 143 | 0.63 | 0.50 | 0 | 0.44 | 227.33 | 0.46 | 0.38 |
| Hex | 35 | 48 | 8F | 3F | 32 | 0 | 2C | E3 | 2E | 26 |
| Octal | 65 | 110 | 217 | 77 | 62 | 0 | 54 | 343 | 56 | 46 |
| Binary | 110101 | 1001000 | 10001111 | 111111 | 110010 | 0 | 101100 | 11100011 | 101110 | 100110 |
Color Harmonies of #35488F
Complementary color
Monochromatic Colors of #35488F
Black with #35488F
Text Example
Text Example
White with #35488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35488F; }
p { color: rgb(53,72,143); }
H1.HeaderClassName
{
color: #35488F;
}
.AnyTagClassName
{
color: #35488F;
}
</style>
background-color css
<style>
a { background-color: #35488F; }
a { background-color: rgb(53,72,143); }
div.DivClassName
{
background-color: #35488F;
}
.BgClassName
{
background-color: #35488F;
}
</style>
border-color css
<style>
span { border-color: #35488F; }
span { border-color: rgb(53,72,143); }
td.TdClassName
{
border-color: #35488F;
}
.TagClassName
{
border-color: #35488F;
}
</style>