Shades of Tory Blue #283990
Tints of Tory Blue #283990
RGB
CMYK
RGB Variations
Color information
#283990 (or 0x283990) is known color: Tory Blue. HEX triplet: 28, 39 and 90. RGB value is (40,57,144). Sum of RGB (Red+Green+Blue) = 40+57+144=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #283990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283990 is #D7C66F. Grayscale: #3D3D3D. Windows color (decimal): -14141040 or 9451816. OLE color: 9451816.
HSL color Cylindrical-coordinate representation of color #283990: hue angle of 230.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #283990 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 57 | 144 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.44 |
| HSL | 230.19º | 0.57% | 0.36% | - |
| HSV(B) | 230.19º | 0.72% | 0.56% | - |
| XYZ | 7.37 | 5.39 | 27.04 | - |
| YUV | 61.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 144 | 0.72 | 0.60 | 0 | 0.44 | 230.19 | 0.57 | 0.36 |
| Hex | 28 | 39 | 90 | 48 | 3C | 0 | 2C | E6 | 39 | 24 |
| Octal | 50 | 71 | 220 | 110 | 74 | 0 | 54 | 346 | 71 | 44 |
| Binary | 101000 | 111001 | 10010000 | 1001000 | 111100 | 0 | 101100 | 11100110 | 111001 | 100100 |
Color Harmonies of #283990
Complementary color
Monochromatic Colors of #283990
Black with #283990
Text Example
Text Example
White with #283990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283990; }
p { color: rgb(40,57,144); }
H1.HeaderClassName
{
color: #283990;
}
.AnyTagClassName
{
color: #283990;
}
</style>
background-color css
<style>
a { background-color: #283990; }
a { background-color: rgb(40,57,144); }
div.DivClassName
{
background-color: #283990;
}
.BgClassName
{
background-color: #283990;
}
</style>
border-color css
<style>
span { border-color: #283990; }
span { border-color: rgb(40,57,144); }
td.TdClassName
{
border-color: #283990;
}
.TagClassName
{
border-color: #283990;
}
</style>