Shades of Tory Blue #35528C
Tints of Tory Blue #35528C
RGB
CMYK
RGB Variations
Color information
#35528C (or 0x35528C) is known color: Tory Blue. HEX triplet: 35, 52 and 8C. RGB value is (53,82,140). Sum of RGB (Red+Green+Blue) = 53+82+140=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #35528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35528C is #CAAD73. Grayscale: #4F4F4F. Windows color (decimal): -13282676 or 9196085. OLE color: 9196085.
HSL color Cylindrical-coordinate representation of color #35528C: hue angle of 220º 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 #35528C is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 82 | 140 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.45 |
| HSL | 220º | 0.45% | 0.38% | - |
| HSV(B) | 220º | 0.62% | 0.55% | - |
| XYZ | 9.22 | 8.68 | 26 | - |
| YUV | 79.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 140 | 0.62 | 0.41 | 0 | 0.45 | 220 | 0.45 | 0.38 |
| Hex | 35 | 52 | 8C | 3E | 29 | 0 | 2D | DC | 2D | 26 |
| Octal | 65 | 122 | 214 | 76 | 51 | 0 | 55 | 334 | 55 | 46 |
| Binary | 110101 | 1010010 | 10001100 | 111110 | 101001 | 0 | 101101 | 11011100 | 101101 | 100110 |
Color Harmonies of #35528C
Complementary color
Monochromatic Colors of #35528C
Black with #35528C
Text Example
Text Example
White with #35528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35528C; }
p { color: rgb(53,82,140); }
H1.HeaderClassName
{
color: #35528C;
}
.AnyTagClassName
{
color: #35528C;
}
</style>
background-color css
<style>
a { background-color: #35528C; }
a { background-color: rgb(53,82,140); }
div.DivClassName
{
background-color: #35528C;
}
.BgClassName
{
background-color: #35528C;
}
</style>
border-color css
<style>
span { border-color: #35528C; }
span { border-color: rgb(53,82,140); }
td.TdClassName
{
border-color: #35528C;
}
.TagClassName
{
border-color: #35528C;
}
</style>