Shades of Tory Blue #283B91
Tints of Tory Blue #283B91
RGB
CMYK
RGB Variations
Color information
#283B91 (or 0x283B91) is known color: Tory Blue. HEX triplet: 28, 3B and 91. RGB value is (40,59,145). Sum of RGB (Red+Green+Blue) = 40+59+145=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #283B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B91 is #D7C46E. Grayscale: #3E3E3E. Windows color (decimal): -14140527 or 9517864. OLE color: 9517864.
HSL color Cylindrical-coordinate representation of color #283B91: hue angle of 229.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #283B91 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 59 | 145 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.43 |
| HSL | 229.14º | 0.57% | 0.36% | - |
| HSV(B) | 229.14º | 0.72% | 0.57% | - |
| XYZ | 7.55 | 5.62 | 27.48 | - |
| YUV | 63.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 145 | 0.72 | 0.59 | 0 | 0.43 | 229.14 | 0.57 | 0.36 |
| Hex | 28 | 3B | 91 | 48 | 3B | 0 | 2B | E5 | 39 | 24 |
| Octal | 50 | 73 | 221 | 110 | 73 | 0 | 53 | 345 | 71 | 44 |
| Binary | 101000 | 111011 | 10010001 | 1001000 | 111011 | 0 | 101011 | 11100101 | 111001 | 100100 |
Color Harmonies of #283B91
Complementary color
Monochromatic Colors of #283B91
Black with #283B91
Text Example
Text Example
White with #283B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B91; }
p { color: rgb(40,59,145); }
H1.HeaderClassName
{
color: #283B91;
}
.AnyTagClassName
{
color: #283B91;
}
</style>
background-color css
<style>
a { background-color: #283B91; }
a { background-color: rgb(40,59,145); }
div.DivClassName
{
background-color: #283B91;
}
.BgClassName
{
background-color: #283B91;
}
</style>
border-color css
<style>
span { border-color: #283B91; }
span { border-color: rgb(40,59,145); }
td.TdClassName
{
border-color: #283B91;
}
.TagClassName
{
border-color: #283B91;
}
</style>