Shades of Tory Blue #283F97
Tints of Tory Blue #283F97
RGB
CMYK
RGB Variations
Color information
#283F97 (or 0x283F97) is known color: Tory Blue. HEX triplet: 28, 3F and 97. RGB value is (40,63,151). Sum of RGB (Red+Green+Blue) = 40+63+151=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #283F97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283F97 is #D7C068. Grayscale: #414141. Windows color (decimal): -14139497 or 9912104. OLE color: 9912104.
HSL color Cylindrical-coordinate representation of color #283F97: hue angle of 227.57º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283F97 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 63 | 151 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.41 |
| HSL | 227.57º | 0.58% | 0.37% | - |
| HSV(B) | 227.57º | 0.74% | 0.59% | - |
| XYZ | 8.24 | 6.24 | 30.05 | - |
| YUV | 66.16 | 175.88 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 151 | 0.74 | 0.58 | 0 | 0.41 | 227.57 | 0.58 | 0.37 |
| Hex | 28 | 3F | 97 | 4A | 3A | 0 | 29 | E4 | 3A | 25 |
| Octal | 50 | 77 | 227 | 112 | 72 | 0 | 51 | 344 | 72 | 45 |
| Binary | 101000 | 111111 | 10010111 | 1001010 | 111010 | 0 | 101001 | 11100100 | 111010 | 100101 |
Color Harmonies of #283F97
Complementary color
Monochromatic Colors of #283F97
Black with #283F97
Text Example
Text Example
White with #283F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F97; }
p { color: rgb(40,63,151); }
H1.HeaderClassName
{
color: #283F97;
}
.AnyTagClassName
{
color: #283F97;
}
</style>
background-color css
<style>
a { background-color: #283F97; }
a { background-color: rgb(40,63,151); }
div.DivClassName
{
background-color: #283F97;
}
.BgClassName
{
background-color: #283F97;
}
</style>
border-color css
<style>
span { border-color: #283F97; }
span { border-color: rgb(40,63,151); }
td.TdClassName
{
border-color: #283F97;
}
.TagClassName
{
border-color: #283F97;
}
</style>