Shades of Tory Blue #28449D
Tints of Tory Blue #28449D
RGB
CMYK
RGB Variations
Color information
#28449D (or 0x28449D) is known color: Tory Blue. HEX triplet: 28, 44 and 9D. RGB value is (40,68,157). Sum of RGB (Red+Green+Blue) = 40+68+157=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #28449D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28449D is #D7BB62. Grayscale: #454545. Windows color (decimal): -14138211 or 10306600. OLE color: 10306600.
HSL color Cylindrical-coordinate representation of color #28449D: hue angle of 225.64º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28449D is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 68 | 157 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.38 |
| HSL | 225.64º | 0.59% | 0.39% | - |
| HSV(B) | 225.64º | 0.75% | 0.62% | - |
| XYZ | 9.03 | 7.02 | 32.78 | - |
| YUV | 69.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 157 | 0.75 | 0.57 | 0 | 0.38 | 225.64 | 0.59 | 0.39 |
| Hex | 28 | 44 | 9D | 4B | 39 | 0 | 26 | E2 | 3B | 27 |
| Octal | 50 | 104 | 235 | 113 | 71 | 0 | 46 | 342 | 73 | 47 |
| Binary | 101000 | 1000100 | 10011101 | 1001011 | 111001 | 0 | 100110 | 11100010 | 111011 | 100111 |
Color Harmonies of #28449D
Complementary color
Monochromatic Colors of #28449D
Black with #28449D
Text Example
Text Example
White with #28449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28449D; }
p { color: rgb(40,68,157); }
H1.HeaderClassName
{
color: #28449D;
}
.AnyTagClassName
{
color: #28449D;
}
</style>
background-color css
<style>
a { background-color: #28449D; }
a { background-color: rgb(40,68,157); }
div.DivClassName
{
background-color: #28449D;
}
.BgClassName
{
background-color: #28449D;
}
</style>
border-color css
<style>
span { border-color: #28449D; }
span { border-color: rgb(40,68,157); }
td.TdClassName
{
border-color: #28449D;
}
.TagClassName
{
border-color: #28449D;
}
</style>