Shades of Tory Blue #283B95
Tints of Tory Blue #283B95
RGB
CMYK
RGB Variations
Color information
#283B95 (or 0x283B95) is known color: Tory Blue. HEX triplet: 28, 3B and 95. RGB value is (40,59,149). Sum of RGB (Red+Green+Blue) = 40+59+149=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #283B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B95 is #D7C46A. Grayscale: #3F3F3F. Windows color (decimal): -14140523 or 9780008. OLE color: 9780008.
HSL color Cylindrical-coordinate representation of color #283B95: hue angle of 229.54º 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 #283B95 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 59 | 149 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.42 |
| HSL | 229.54º | 0.58% | 0.37% | - |
| HSV(B) | 229.54º | 0.73% | 0.58% | - |
| XYZ | 7.86 | 5.75 | 29.13 | - |
| YUV | 63.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 149 | 0.73 | 0.60 | 0 | 0.42 | 229.54 | 0.58 | 0.37 |
| Hex | 28 | 3B | 95 | 49 | 3C | 0 | 2A | E6 | 3A | 25 |
| Octal | 50 | 73 | 225 | 111 | 74 | 0 | 52 | 346 | 72 | 45 |
| Binary | 101000 | 111011 | 10010101 | 1001001 | 111100 | 0 | 101010 | 11100110 | 111010 | 100101 |
Color Harmonies of #283B95
Complementary color
Monochromatic Colors of #283B95
Black with #283B95
Text Example
Text Example
White with #283B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B95; }
p { color: rgb(40,59,149); }
H1.HeaderClassName
{
color: #283B95;
}
.AnyTagClassName
{
color: #283B95;
}
</style>
background-color css
<style>
a { background-color: #283B95; }
a { background-color: rgb(40,59,149); }
div.DivClassName
{
background-color: #283B95;
}
.BgClassName
{
background-color: #283B95;
}
</style>
border-color css
<style>
span { border-color: #283B95; }
span { border-color: rgb(40,59,149); }
td.TdClassName
{
border-color: #283B95;
}
.TagClassName
{
border-color: #283B95;
}
</style>