Shades of Tory Blue #283A93
Tints of Tory Blue #283A93
RGB
CMYK
RGB Variations
Color information
#283A93 (or 0x283A93) is known color: Tory Blue. HEX triplet: 28, 3A and 93. RGB value is (40,58,147). Sum of RGB (Red+Green+Blue) = 40+58+147=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #283A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283A93 is #D7C56C. Grayscale: #3E3E3E. Windows color (decimal): -14140781 or 9648680. OLE color: 9648680.
HSL color Cylindrical-coordinate representation of color #283A93: hue angle of 229.91º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #283A93 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 58 | 147 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.42 |
| HSL | 229.91º | 0.57% | 0.37% | - |
| HSV(B) | 229.91º | 0.73% | 0.58% | - |
| XYZ | 7.65 | 5.58 | 28.28 | - |
| YUV | 62.76 | 175.54 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 147 | 0.73 | 0.61 | 0 | 0.42 | 229.91 | 0.57 | 0.37 |
| Hex | 28 | 3A | 93 | 49 | 3D | 0 | 2A | E6 | 39 | 25 |
| Octal | 50 | 72 | 223 | 111 | 75 | 0 | 52 | 346 | 71 | 45 |
| Binary | 101000 | 111010 | 10010011 | 1001001 | 111101 | 0 | 101010 | 11100110 | 111001 | 100101 |
Color Harmonies of #283A93
Complementary color
Monochromatic Colors of #283A93
Black with #283A93
Text Example
Text Example
White with #283A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A93; }
p { color: rgb(40,58,147); }
H1.HeaderClassName
{
color: #283A93;
}
.AnyTagClassName
{
color: #283A93;
}
</style>
background-color css
<style>
a { background-color: #283A93; }
a { background-color: rgb(40,58,147); }
div.DivClassName
{
background-color: #283A93;
}
.BgClassName
{
background-color: #283A93;
}
</style>
border-color css
<style>
span { border-color: #283A93; }
span { border-color: rgb(40,58,147); }
td.TdClassName
{
border-color: #283A93;
}
.TagClassName
{
border-color: #283A93;
}
</style>