Shades of Tory Blue #28438D
Tints of Tory Blue #28438D
RGB
CMYK
RGB Variations
Color information
#28438D (or 0x28438D) is known color: Tory Blue. HEX triplet: 28, 43 and 8D. RGB value is (40,67,141). Sum of RGB (Red+Green+Blue) = 40+67+141=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #28438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28438D is #D7BC72. Grayscale: #434343. Windows color (decimal): -14138483 or 9257768. OLE color: 9257768.
HSL color Cylindrical-coordinate representation of color #28438D: hue angle of 223.96º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28438D is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 67 | 141 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.45 |
| HSL | 223.96º | 0.56% | 0.35% | - |
| HSV(B) | 223.96º | 0.72% | 0.55% | - |
| XYZ | 7.69 | 6.39 | 26.03 | - |
| YUV | 67.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 141 | 0.72 | 0.52 | 0 | 0.45 | 223.96 | 0.56 | 0.35 |
| Hex | 28 | 43 | 8D | 48 | 34 | 0 | 2D | E0 | 38 | 23 |
| Octal | 50 | 103 | 215 | 110 | 64 | 0 | 55 | 340 | 70 | 43 |
| Binary | 101000 | 1000011 | 10001101 | 1001000 | 110100 | 0 | 101101 | 11100000 | 111000 | 100011 |
Color Harmonies of #28438D
Complementary color
Monochromatic Colors of #28438D
Black with #28438D
Text Example
Text Example
White with #28438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28438D; }
p { color: rgb(40,67,141); }
H1.HeaderClassName
{
color: #28438D;
}
.AnyTagClassName
{
color: #28438D;
}
</style>
background-color css
<style>
a { background-color: #28438D; }
a { background-color: rgb(40,67,141); }
div.DivClassName
{
background-color: #28438D;
}
.BgClassName
{
background-color: #28438D;
}
</style>
border-color css
<style>
span { border-color: #28438D; }
span { border-color: rgb(40,67,141); }
td.TdClassName
{
border-color: #28438D;
}
.TagClassName
{
border-color: #28438D;
}
</style>