Shades of Tory Blue #284698
Tints of Tory Blue #284698
RGB
CMYK
RGB Variations
Color information
#284698 (or 0x284698) is known color: Tory Blue. HEX triplet: 28, 46 and 98. RGB value is (40,70,152). Sum of RGB (Red+Green+Blue) = 40+70+152=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #284698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284698 is #D7B967. Grayscale: #464646. Windows color (decimal): -14137704 or 9979432. OLE color: 9979432.
HSL color Cylindrical-coordinate representation of color #284698: hue angle of 223.93º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #284698 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 70 | 152 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.40 |
| HSL | 223.93º | 0.58% | 0.38% | - |
| HSV(B) | 223.93º | 0.74% | 0.6% | - |
| XYZ | 8.73 | 7.1 | 30.62 | - |
| YUV | 70.38 | 174.06 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 152 | 0.74 | 0.54 | 0 | 0.40 | 223.93 | 0.58 | 0.38 |
| Hex | 28 | 46 | 98 | 4A | 36 | 0 | 28 | E0 | 3A | 26 |
| Octal | 50 | 106 | 230 | 112 | 66 | 0 | 50 | 340 | 72 | 46 |
| Binary | 101000 | 1000110 | 10011000 | 1001010 | 110110 | 0 | 101000 | 11100000 | 111010 | 100110 |
Color Harmonies of #284698
Complementary color
Monochromatic Colors of #284698
Black with #284698
Text Example
Text Example
White with #284698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284698; }
p { color: rgb(40,70,152); }
H1.HeaderClassName
{
color: #284698;
}
.AnyTagClassName
{
color: #284698;
}
</style>
background-color css
<style>
a { background-color: #284698; }
a { background-color: rgb(40,70,152); }
div.DivClassName
{
background-color: #284698;
}
.BgClassName
{
background-color: #284698;
}
</style>
border-color css
<style>
span { border-color: #284698; }
span { border-color: rgb(40,70,152); }
td.TdClassName
{
border-color: #284698;
}
.TagClassName
{
border-color: #284698;
}
</style>