Shades of Tory Blue #283E95
Tints of Tory Blue #283E95
RGB
CMYK
RGB Variations
Color information
#283E95 (or 0x283E95) is known color: Tory Blue. HEX triplet: 28, 3E and 95. RGB value is (40,62,149). Sum of RGB (Red+Green+Blue) = 40+62+149=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #283E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E95 is #D7C16A. Grayscale: #404040. Windows color (decimal): -14139755 or 9780776. OLE color: 9780776.
HSL color Cylindrical-coordinate representation of color #283E95: hue angle of 227.89º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #283E95 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 62 | 149 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.42 |
| HSL | 227.89º | 0.58% | 0.37% | - |
| HSV(B) | 227.89º | 0.73% | 0.58% | - |
| XYZ | 8.02 | 6.07 | 29.18 | - |
| YUV | 65.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 149 | 0.73 | 0.58 | 0 | 0.42 | 227.89 | 0.58 | 0.37 |
| Hex | 28 | 3E | 95 | 49 | 3A | 0 | 2A | E4 | 3A | 25 |
| Octal | 50 | 76 | 225 | 111 | 72 | 0 | 52 | 344 | 72 | 45 |
| Binary | 101000 | 111110 | 10010101 | 1001001 | 111010 | 0 | 101010 | 11100100 | 111010 | 100101 |
Color Harmonies of #283E95
Complementary color
Monochromatic Colors of #283E95
Black with #283E95
Text Example
Text Example
White with #283E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E95; }
p { color: rgb(40,62,149); }
H1.HeaderClassName
{
color: #283E95;
}
.AnyTagClassName
{
color: #283E95;
}
</style>
background-color css
<style>
a { background-color: #283E95; }
a { background-color: rgb(40,62,149); }
div.DivClassName
{
background-color: #283E95;
}
.BgClassName
{
background-color: #283E95;
}
</style>
border-color css
<style>
span { border-color: #283E95; }
span { border-color: rgb(40,62,149); }
td.TdClassName
{
border-color: #283E95;
}
.TagClassName
{
border-color: #283E95;
}
</style>