Shades of Tory Blue #355298
Tints of Tory Blue #355298
RGB
CMYK
RGB Variations
Color information
#355298 (or 0x355298) is known color: Tory Blue. HEX triplet: 35, 52 and 98. RGB value is (53,82,152). Sum of RGB (Red+Green+Blue) = 53+82+152=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #355298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355298 is #CAAD67. Grayscale: #515151. Windows color (decimal): -13282664 or 9982517. OLE color: 9982517.
HSL color Cylindrical-coordinate representation of color #355298: hue angle of 222.42º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #355298 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 82 | 152 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.40 |
| HSL | 222.42º | 0.48% | 0.4% | - |
| HSV(B) | 222.42º | 0.65% | 0.6% | - |
| XYZ | 10.15 | 9.06 | 30.92 | - |
| YUV | 81.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 152 | 0.65 | 0.46 | 0 | 0.40 | 222.42 | 0.48 | 0.4 |
| Hex | 35 | 52 | 98 | 41 | 2E | 0 | 28 | DE | 30 | 28 |
| Octal | 65 | 122 | 230 | 101 | 56 | 0 | 50 | 336 | 60 | 50 |
| Binary | 110101 | 1010010 | 10011000 | 1000001 | 101110 | 0 | 101000 | 11011110 | 110000 | 101000 |
Color Harmonies of #355298
Complementary color
Monochromatic Colors of #355298
Black with #355298
Text Example
Text Example
White with #355298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355298; }
p { color: rgb(53,82,152); }
H1.HeaderClassName
{
color: #355298;
}
.AnyTagClassName
{
color: #355298;
}
</style>
background-color css
<style>
a { background-color: #355298; }
a { background-color: rgb(53,82,152); }
div.DivClassName
{
background-color: #355298;
}
.BgClassName
{
background-color: #355298;
}
</style>
border-color css
<style>
span { border-color: #355298; }
span { border-color: rgb(53,82,152); }
td.TdClassName
{
border-color: #355298;
}
.TagClassName
{
border-color: #355298;
}
</style>