Shades of Tory Blue #283A95
Tints of Tory Blue #283A95
RGB
CMYK
RGB Variations
Color information
#283A95 (or 0x283A95) is known color: Tory Blue. HEX triplet: 28, 3A and 95. RGB value is (40,58,149). Sum of RGB (Red+Green+Blue) = 40+58+149=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #283A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283A95 is #D7C56A. Grayscale: #3E3E3E. Windows color (decimal): -14140779 or 9779752. OLE color: 9779752.
HSL color Cylindrical-coordinate representation of color #283A95: hue angle of 230.09º 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 #283A95 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 58 | 149 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.42 |
| HSL | 230.09º | 0.58% | 0.37% | - |
| HSV(B) | 230.09º | 0.73% | 0.58% | - |
| XYZ | 7.81 | 5.65 | 29.11 | - |
| YUV | 62.99 | 176.54 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 149 | 0.73 | 0.61 | 0 | 0.42 | 230.09 | 0.58 | 0.37 |
| Hex | 28 | 3A | 95 | 49 | 3D | 0 | 2A | E6 | 3A | 25 |
| Octal | 50 | 72 | 225 | 111 | 75 | 0 | 52 | 346 | 72 | 45 |
| Binary | 101000 | 111010 | 10010101 | 1001001 | 111101 | 0 | 101010 | 11100110 | 111010 | 100101 |
Color Harmonies of #283A95
Complementary color
Monochromatic Colors of #283A95
Black with #283A95
Text Example
Text Example
White with #283A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A95; }
p { color: rgb(40,58,149); }
H1.HeaderClassName
{
color: #283A95;
}
.AnyTagClassName
{
color: #283A95;
}
</style>
background-color css
<style>
a { background-color: #283A95; }
a { background-color: rgb(40,58,149); }
div.DivClassName
{
background-color: #283A95;
}
.BgClassName
{
background-color: #283A95;
}
</style>
border-color css
<style>
span { border-color: #283A95; }
span { border-color: rgb(40,58,149); }
td.TdClassName
{
border-color: #283A95;
}
.TagClassName
{
border-color: #283A95;
}
</style>