Shades of Tory Blue #28429B
Tints of Tory Blue #28429B
RGB
CMYK
RGB Variations
Color information
#28429B (or 0x28429B) is known color: Tory Blue. HEX triplet: 28, 42 and 9B. RGB value is (40,66,155). Sum of RGB (Red+Green+Blue) = 40+66+155=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #28429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28429B is #D7BD64. Grayscale: #434343. Windows color (decimal): -14138725 or 10175016. OLE color: 10175016.
HSL color Cylindrical-coordinate representation of color #28429B: hue angle of 226.43º 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 #28429B is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 66 | 155 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.39 |
| HSL | 226.43º | 0.59% | 0.38% | - |
| HSV(B) | 226.43º | 0.74% | 0.61% | - |
| XYZ | 8.74 | 6.71 | 31.85 | - |
| YUV | 68.37 | 176.89 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 155 | 0.74 | 0.57 | 0 | 0.39 | 226.43 | 0.59 | 0.38 |
| Hex | 28 | 42 | 9B | 4A | 39 | 0 | 27 | E2 | 3B | 26 |
| Octal | 50 | 102 | 233 | 112 | 71 | 0 | 47 | 342 | 73 | 46 |
| Binary | 101000 | 1000010 | 10011011 | 1001010 | 111001 | 0 | 100111 | 11100010 | 111011 | 100110 |
Color Harmonies of #28429B
Complementary color
Monochromatic Colors of #28429B
Black with #28429B
Text Example
Text Example
White with #28429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28429B; }
p { color: rgb(40,66,155); }
H1.HeaderClassName
{
color: #28429B;
}
.AnyTagClassName
{
color: #28429B;
}
</style>
background-color css
<style>
a { background-color: #28429B; }
a { background-color: rgb(40,66,155); }
div.DivClassName
{
background-color: #28429B;
}
.BgClassName
{
background-color: #28429B;
}
</style>
border-color css
<style>
span { border-color: #28429B; }
span { border-color: rgb(40,66,155); }
td.TdClassName
{
border-color: #28429B;
}
.TagClassName
{
border-color: #28429B;
}
</style>