Shades of Tory Blue #283D8F
Tints of Tory Blue #283D8F
RGB
CMYK
RGB Variations
Color information
#283D8F (or 0x283D8F) is known color: Tory Blue. HEX triplet: 28, 3D and 8F. RGB value is (40,61,143). Sum of RGB (Red+Green+Blue) = 40+61+143=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #283D8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283D8F is #D7C270. Grayscale: #3F3F3F. Windows color (decimal): -14140017 or 9387304. OLE color: 9387304.
HSL color Cylindrical-coordinate representation of color #283D8F: hue angle of 227.77º 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 #283D8F is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 61 | 143 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.44 |
| HSL | 227.77º | 0.56% | 0.36% | - |
| HSV(B) | 227.77º | 0.72% | 0.56% | - |
| XYZ | 7.5 | 5.77 | 26.71 | - |
| YUV | 64.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 143 | 0.72 | 0.57 | 0 | 0.44 | 227.77 | 0.56 | 0.36 |
| Hex | 28 | 3D | 8F | 48 | 39 | 0 | 2C | E4 | 38 | 24 |
| Octal | 50 | 75 | 217 | 110 | 71 | 0 | 54 | 344 | 70 | 44 |
| Binary | 101000 | 111101 | 10001111 | 1001000 | 111001 | 0 | 101100 | 11100100 | 111000 | 100100 |
Color Harmonies of #283D8F
Complementary color
Monochromatic Colors of #283D8F
Black with #283D8F
Text Example
Text Example
White with #283D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D8F; }
p { color: rgb(40,61,143); }
H1.HeaderClassName
{
color: #283D8F;
}
.AnyTagClassName
{
color: #283D8F;
}
</style>
background-color css
<style>
a { background-color: #283D8F; }
a { background-color: rgb(40,61,143); }
div.DivClassName
{
background-color: #283D8F;
}
.BgClassName
{
background-color: #283D8F;
}
</style>
border-color css
<style>
span { border-color: #283D8F; }
span { border-color: rgb(40,61,143); }
td.TdClassName
{
border-color: #283D8F;
}
.TagClassName
{
border-color: #283D8F;
}
</style>