Shades of Tory Blue #283E99
Tints of Tory Blue #283E99
RGB
CMYK
RGB Variations
Color information
#283E99 (or 0x283E99) is known color: Tory Blue. HEX triplet: 28, 3E and 99. RGB value is (40,62,153). Sum of RGB (Red+Green+Blue) = 40+62+153=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #283E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E99 is #D7C166. Grayscale: #414141. Windows color (decimal): -14139751 or 10042920. OLE color: 10042920.
HSL color Cylindrical-coordinate representation of color #283E99: hue angle of 228.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283E99 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 62 | 153 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.4 |
| HSL | 228.32º | 0.59% | 0.38% | - |
| HSV(B) | 228.32º | 0.74% | 0.6% | - |
| XYZ | 8.35 | 6.2 | 30.89 | - |
| YUV | 65.8 | 177.21 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 153 | 0.74 | 0.59 | 0 | 0.4 | 228.32 | 0.59 | 0.38 |
| Hex | 28 | 3E | 99 | 4A | 3B | 0 | 28 | E4 | 3B | 26 |
| Octal | 50 | 76 | 231 | 112 | 73 | 0 | 50 | 344 | 73 | 46 |
| Binary | 101000 | 111110 | 10011001 | 1001010 | 111011 | 0 | 101000 | 11100100 | 111011 | 100110 |
Color Harmonies of #283E99
Complementary color
Monochromatic Colors of #283E99
Black with #283E99
Text Example
Text Example
White with #283E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E99; }
p { color: rgb(40,62,153); }
H1.HeaderClassName
{
color: #283E99;
}
.AnyTagClassName
{
color: #283E99;
}
</style>
background-color css
<style>
a { background-color: #283E99; }
a { background-color: rgb(40,62,153); }
div.DivClassName
{
background-color: #283E99;
}
.BgClassName
{
background-color: #283E99;
}
</style>
border-color css
<style>
span { border-color: #283E99; }
span { border-color: rgb(40,62,153); }
td.TdClassName
{
border-color: #283E99;
}
.TagClassName
{
border-color: #283E99;
}
</style>