Shades of Tory Blue #28418C
Tints of Tory Blue #28418C
RGB
CMYK
RGB Variations
Color information
#28418C (or 0x28418C) is known color: Tory Blue. HEX triplet: 28, 41 and 8C. RGB value is (40,65,140). Sum of RGB (Red+Green+Blue) = 40+65+140=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #28418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28418C is #D7BE73. Grayscale: #414141. Windows color (decimal): -14138996 or 9191720. OLE color: 9191720.
HSL color Cylindrical-coordinate representation of color #28418C: hue angle of 225º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28418C is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 65 | 140 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.45 |
| HSL | 225º | 0.56% | 0.35% | - |
| HSV(B) | 225º | 0.71% | 0.55% | - |
| XYZ | 7.5 | 6.13 | 25.6 | - |
| YUV | 66.08 | 169.72 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 140 | 0.71 | 0.54 | 0 | 0.45 | 225 | 0.56 | 0.35 |
| Hex | 28 | 41 | 8C | 47 | 36 | 0 | 2D | E1 | 38 | 23 |
| Octal | 50 | 101 | 214 | 107 | 66 | 0 | 55 | 341 | 70 | 43 |
| Binary | 101000 | 1000001 | 10001100 | 1000111 | 110110 | 0 | 101101 | 11100001 | 111000 | 100011 |
Color Harmonies of #28418C
Complementary color
Monochromatic Colors of #28418C
Black with #28418C
Text Example
Text Example
White with #28418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28418C; }
p { color: rgb(40,65,140); }
H1.HeaderClassName
{
color: #28418C;
}
.AnyTagClassName
{
color: #28418C;
}
</style>
background-color css
<style>
a { background-color: #28418C; }
a { background-color: rgb(40,65,140); }
div.DivClassName
{
background-color: #28418C;
}
.BgClassName
{
background-color: #28418C;
}
</style>
border-color css
<style>
span { border-color: #28418C; }
span { border-color: rgb(40,65,140); }
td.TdClassName
{
border-color: #28418C;
}
.TagClassName
{
border-color: #28418C;
}
</style>