Shades of Tory Blue #28408C
Tints of Tory Blue #28408C
RGB
CMYK
RGB Variations
Color information
#28408C (or 0x28408C) is known color: Tory Blue. HEX triplet: 28, 40 and 8C. RGB value is (40,64,140). Sum of RGB (Red+Green+Blue) = 40+64+140=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #28408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28408C is #D7BF73. Grayscale: #414141. Windows color (decimal): -14139252 or 9191464. OLE color: 9191464.
HSL color Cylindrical-coordinate representation of color #28408C: hue angle of 225.6º 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 #28408C is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 64 | 140 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.45 |
| HSL | 225.6º | 0.56% | 0.35% | - |
| HSV(B) | 225.6º | 0.71% | 0.55% | - |
| XYZ | 7.44 | 6.01 | 25.58 | - |
| YUV | 65.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 140 | 0.71 | 0.54 | 0 | 0.45 | 225.6 | 0.56 | 0.35 |
| Hex | 28 | 40 | 8C | 47 | 36 | 0 | 2D | E2 | 38 | 23 |
| Octal | 50 | 100 | 214 | 107 | 66 | 0 | 55 | 342 | 70 | 43 |
| Binary | 101000 | 1000000 | 10001100 | 1000111 | 110110 | 0 | 101101 | 11100010 | 111000 | 100011 |
Color Harmonies of #28408C
Complementary color
Monochromatic Colors of #28408C
Black with #28408C
Text Example
Text Example
White with #28408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28408C; }
p { color: rgb(40,64,140); }
H1.HeaderClassName
{
color: #28408C;
}
.AnyTagClassName
{
color: #28408C;
}
</style>
background-color css
<style>
a { background-color: #28408C; }
a { background-color: rgb(40,64,140); }
div.DivClassName
{
background-color: #28408C;
}
.BgClassName
{
background-color: #28408C;
}
</style>
border-color css
<style>
span { border-color: #28408C; }
span { border-color: rgb(40,64,140); }
td.TdClassName
{
border-color: #28408C;
}
.TagClassName
{
border-color: #28408C;
}
</style>