Shades of Tory Blue #283B96
Tints of Tory Blue #283B96
RGB
CMYK
RGB Variations
Color information
#283B96 (or 0x283B96) is known color: Tory Blue. HEX triplet: 28, 3B and 96. RGB value is (40,59,150). Sum of RGB (Red+Green+Blue) = 40+59+150=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #283B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B96 is #D7C469. Grayscale: #3F3F3F. Windows color (decimal): -14140522 or 9845544. OLE color: 9845544.
HSL color Cylindrical-coordinate representation of color #283B96: hue angle of 229.64º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #283B96 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 59 | 150 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.41 |
| HSL | 229.64º | 0.58% | 0.37% | - |
| HSV(B) | 229.64º | 0.73% | 0.59% | - |
| XYZ | 7.94 | 5.78 | 29.55 | - |
| YUV | 63.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 150 | 0.73 | 0.61 | 0 | 0.41 | 229.64 | 0.58 | 0.37 |
| Hex | 28 | 3B | 96 | 49 | 3D | 0 | 29 | E6 | 3A | 25 |
| Octal | 50 | 73 | 226 | 111 | 75 | 0 | 51 | 346 | 72 | 45 |
| Binary | 101000 | 111011 | 10010110 | 1001001 | 111101 | 0 | 101001 | 11100110 | 111010 | 100101 |
Color Harmonies of #283B96
Complementary color
Monochromatic Colors of #283B96
Black with #283B96
Text Example
Text Example
White with #283B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B96; }
p { color: rgb(40,59,150); }
H1.HeaderClassName
{
color: #283B96;
}
.AnyTagClassName
{
color: #283B96;
}
</style>
background-color css
<style>
a { background-color: #283B96; }
a { background-color: rgb(40,59,150); }
div.DivClassName
{
background-color: #283B96;
}
.BgClassName
{
background-color: #283B96;
}
</style>
border-color css
<style>
span { border-color: #283B96; }
span { border-color: rgb(40,59,150); }
td.TdClassName
{
border-color: #283B96;
}
.TagClassName
{
border-color: #283B96;
}
</style>