Shades of Tory Blue #283F95
Tints of Tory Blue #283F95
RGB
CMYK
RGB Variations
Color information
#283F95 (or 0x283F95) is known color: Tory Blue. HEX triplet: 28, 3F and 95. RGB value is (40,63,149). Sum of RGB (Red+Green+Blue) = 40+63+149=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #283F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283F95 is #D7C06A. Grayscale: #414141. Windows color (decimal): -14139499 or 9781032. OLE color: 9781032.
HSL color Cylindrical-coordinate representation of color #283F95: hue angle of 227.34º 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 #283F95 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 63 | 149 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.42 |
| HSL | 227.34º | 0.58% | 0.37% | - |
| HSV(B) | 227.34º | 0.73% | 0.58% | - |
| XYZ | 8.08 | 6.18 | 29.2 | - |
| YUV | 65.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 149 | 0.73 | 0.58 | 0 | 0.42 | 227.34 | 0.58 | 0.37 |
| Hex | 28 | 3F | 95 | 49 | 3A | 0 | 2A | E3 | 3A | 25 |
| Octal | 50 | 77 | 225 | 111 | 72 | 0 | 52 | 343 | 72 | 45 |
| Binary | 101000 | 111111 | 10010101 | 1001001 | 111010 | 0 | 101010 | 11100011 | 111010 | 100101 |
Color Harmonies of #283F95
Complementary color
Monochromatic Colors of #283F95
Black with #283F95
Text Example
Text Example
White with #283F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F95; }
p { color: rgb(40,63,149); }
H1.HeaderClassName
{
color: #283F95;
}
.AnyTagClassName
{
color: #283F95;
}
</style>
background-color css
<style>
a { background-color: #283F95; }
a { background-color: rgb(40,63,149); }
div.DivClassName
{
background-color: #283F95;
}
.BgClassName
{
background-color: #283F95;
}
</style>
border-color css
<style>
span { border-color: #283F95; }
span { border-color: rgb(40,63,149); }
td.TdClassName
{
border-color: #283F95;
}
.TagClassName
{
border-color: #283F95;
}
</style>