Shades of Tory Blue #283C90
Tints of Tory Blue #283C90
RGB
CMYK
RGB Variations
Color information
#283C90 (or 0x283C90) is known color: Tory Blue. HEX triplet: 28, 3C and 90. RGB value is (40,60,144). Sum of RGB (Red+Green+Blue) = 40+60+144=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #283C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283C90 is #D7C36F. Grayscale: #3F3F3F. Windows color (decimal): -14140272 or 9452584. OLE color: 9452584.
HSL color Cylindrical-coordinate representation of color #283C90: hue angle of 228.46º degrees, saturation: 0.57, 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 #283C90 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 60 | 144 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.44 |
| HSL | 228.46º | 0.57% | 0.36% | - |
| HSV(B) | 228.46º | 0.72% | 0.56% | - |
| XYZ | 7.52 | 5.7 | 27.09 | - |
| YUV | 63.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 144 | 0.72 | 0.58 | 0 | 0.44 | 228.46 | 0.57 | 0.36 |
| Hex | 28 | 3C | 90 | 48 | 3A | 0 | 2C | E4 | 39 | 24 |
| Octal | 50 | 74 | 220 | 110 | 72 | 0 | 54 | 344 | 71 | 44 |
| Binary | 101000 | 111100 | 10010000 | 1001000 | 111010 | 0 | 101100 | 11100100 | 111001 | 100100 |
Color Harmonies of #283C90
Complementary color
Monochromatic Colors of #283C90
Black with #283C90
Text Example
Text Example
White with #283C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C90; }
p { color: rgb(40,60,144); }
H1.HeaderClassName
{
color: #283C90;
}
.AnyTagClassName
{
color: #283C90;
}
</style>
background-color css
<style>
a { background-color: #283C90; }
a { background-color: rgb(40,60,144); }
div.DivClassName
{
background-color: #283C90;
}
.BgClassName
{
background-color: #283C90;
}
</style>
border-color css
<style>
span { border-color: #283C90; }
span { border-color: rgb(40,60,144); }
td.TdClassName
{
border-color: #283C90;
}
.TagClassName
{
border-color: #283C90;
}
</style>