Shades of Tory Blue #283C95
Tints of Tory Blue #283C95
RGB
CMYK
RGB Variations
Color information
#283C95 (or 0x283C95) is known color: Tory Blue. HEX triplet: 28, 3C and 95. RGB value is (40,60,149). Sum of RGB (Red+Green+Blue) = 40+60+149=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #283C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283C95 is #D7C36A. Grayscale: #3F3F3F. Windows color (decimal): -14140267 or 9780264. OLE color: 9780264.
HSL color Cylindrical-coordinate representation of color #283C95: hue angle of 228.99º degrees, saturation: 0.58, 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 #283C95 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 60 | 149 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.42 |
| HSL | 228.99º | 0.58% | 0.37% | - |
| HSV(B) | 228.99º | 0.73% | 0.58% | - |
| XYZ | 7.92 | 5.85 | 29.15 | - |
| YUV | 64.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 149 | 0.73 | 0.60 | 0 | 0.42 | 228.99 | 0.58 | 0.37 |
| Hex | 28 | 3C | 95 | 49 | 3C | 0 | 2A | E5 | 3A | 25 |
| Octal | 50 | 74 | 225 | 111 | 74 | 0 | 52 | 345 | 72 | 45 |
| Binary | 101000 | 111100 | 10010101 | 1001001 | 111100 | 0 | 101010 | 11100101 | 111010 | 100101 |
Color Harmonies of #283C95
Complementary color
Monochromatic Colors of #283C95
Black with #283C95
Text Example
Text Example
White with #283C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C95; }
p { color: rgb(40,60,149); }
H1.HeaderClassName
{
color: #283C95;
}
.AnyTagClassName
{
color: #283C95;
}
</style>
background-color css
<style>
a { background-color: #283C95; }
a { background-color: rgb(40,60,149); }
div.DivClassName
{
background-color: #283C95;
}
.BgClassName
{
background-color: #283C95;
}
</style>
border-color css
<style>
span { border-color: #283C95; }
span { border-color: rgb(40,60,149); }
td.TdClassName
{
border-color: #283C95;
}
.TagClassName
{
border-color: #283C95;
}
</style>