Shades of Tory Blue #283D8E
Tints of Tory Blue #283D8E
RGB
CMYK
RGB Variations
Color information
#283D8E (or 0x283D8E) is known color: Tory Blue. HEX triplet: 28, 3D and 8E. RGB value is (40,61,142). Sum of RGB (Red+Green+Blue) = 40+61+142=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #283D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283D8E is #D7C271. Grayscale: #3F3F3F. Windows color (decimal): -14140018 or 9321768. OLE color: 9321768.
HSL color Cylindrical-coordinate representation of color #283D8E: hue angle of 227.65º degrees, saturation: 0.56, 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 #283D8E is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 61 | 142 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.44 |
| HSL | 227.65º | 0.56% | 0.36% | - |
| HSV(B) | 227.65º | 0.72% | 0.56% | - |
| XYZ | 7.43 | 5.74 | 26.31 | - |
| YUV | 63.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 142 | 0.72 | 0.57 | 0 | 0.44 | 227.65 | 0.56 | 0.36 |
| Hex | 28 | 3D | 8E | 48 | 39 | 0 | 2C | E4 | 38 | 24 |
| Octal | 50 | 75 | 216 | 110 | 71 | 0 | 54 | 344 | 70 | 44 |
| Binary | 101000 | 111101 | 10001110 | 1001000 | 111001 | 0 | 101100 | 11100100 | 111000 | 100100 |
Color Harmonies of #283D8E
Complementary color
Monochromatic Colors of #283D8E
Black with #283D8E
Text Example
Text Example
White with #283D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D8E; }
p { color: rgb(40,61,142); }
H1.HeaderClassName
{
color: #283D8E;
}
.AnyTagClassName
{
color: #283D8E;
}
</style>
background-color css
<style>
a { background-color: #283D8E; }
a { background-color: rgb(40,61,142); }
div.DivClassName
{
background-color: #283D8E;
}
.BgClassName
{
background-color: #283D8E;
}
</style>
border-color css
<style>
span { border-color: #283D8E; }
span { border-color: rgb(40,61,142); }
td.TdClassName
{
border-color: #283D8E;
}
.TagClassName
{
border-color: #283D8E;
}
</style>