Shades of Tory Blue #28419C
Tints of Tory Blue #28419C
RGB
CMYK
RGB Variations
Color information
#28419C (or 0x28419C) is known color: Tory Blue. HEX triplet: 28, 41 and 9C. RGB value is (40,65,156). Sum of RGB (Red+Green+Blue) = 40+65+156=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #28419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28419C is #D7BE63. Grayscale: #434343. Windows color (decimal): -14138980 or 10240296. OLE color: 10240296.
HSL color Cylindrical-coordinate representation of color #28419C: hue angle of 227.07º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28419C is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 65 | 156 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.39 |
| HSL | 227.07º | 0.59% | 0.38% | - |
| HSV(B) | 227.07º | 0.74% | 0.61% | - |
| XYZ | 8.77 | 6.63 | 32.27 | - |
| YUV | 67.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 156 | 0.74 | 0.58 | 0 | 0.39 | 227.07 | 0.59 | 0.38 |
| Hex | 28 | 41 | 9C | 4A | 3A | 0 | 27 | E3 | 3B | 26 |
| Octal | 50 | 101 | 234 | 112 | 72 | 0 | 47 | 343 | 73 | 46 |
| Binary | 101000 | 1000001 | 10011100 | 1001010 | 111010 | 0 | 100111 | 11100011 | 111011 | 100110 |
Color Harmonies of #28419C
Complementary color
Monochromatic Colors of #28419C
Black with #28419C
Text Example
Text Example
White with #28419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28419C; }
p { color: rgb(40,65,156); }
H1.HeaderClassName
{
color: #28419C;
}
.AnyTagClassName
{
color: #28419C;
}
</style>
background-color css
<style>
a { background-color: #28419C; }
a { background-color: rgb(40,65,156); }
div.DivClassName
{
background-color: #28419C;
}
.BgClassName
{
background-color: #28419C;
}
</style>
border-color css
<style>
span { border-color: #28419C; }
span { border-color: rgb(40,65,156); }
td.TdClassName
{
border-color: #28419C;
}
.TagClassName
{
border-color: #28419C;
}
</style>