Shades of Tory Blue #28429C
Tints of Tory Blue #28429C
RGB
CMYK
RGB Variations
Color information
#28429C (or 0x28429C) is known color: Tory Blue. HEX triplet: 28, 42 and 9C. RGB value is (40,66,156). Sum of RGB (Red+Green+Blue) = 40+66+156=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #28429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28429C is #D7BD63. Grayscale: #444444. Windows color (decimal): -14138724 or 10240552. OLE color: 10240552.
HSL color Cylindrical-coordinate representation of color #28429C: hue angle of 226.55º 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 #28429C is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 66 | 156 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.39 |
| HSL | 226.55º | 0.59% | 0.38% | - |
| HSV(B) | 226.55º | 0.74% | 0.61% | - |
| XYZ | 8.82 | 6.75 | 32.29 | - |
| YUV | 68.49 | 177.39 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 156 | 0.74 | 0.58 | 0 | 0.39 | 226.55 | 0.59 | 0.38 |
| Hex | 28 | 42 | 9C | 4A | 3A | 0 | 27 | E3 | 3B | 26 |
| Octal | 50 | 102 | 234 | 112 | 72 | 0 | 47 | 343 | 73 | 46 |
| Binary | 101000 | 1000010 | 10011100 | 1001010 | 111010 | 0 | 100111 | 11100011 | 111011 | 100110 |
Color Harmonies of #28429C
Complementary color
Monochromatic Colors of #28429C
Black with #28429C
Text Example
Text Example
White with #28429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28429C; }
p { color: rgb(40,66,156); }
H1.HeaderClassName
{
color: #28429C;
}
.AnyTagClassName
{
color: #28429C;
}
</style>
background-color css
<style>
a { background-color: #28429C; }
a { background-color: rgb(40,66,156); }
div.DivClassName
{
background-color: #28429C;
}
.BgClassName
{
background-color: #28429C;
}
</style>
border-color css
<style>
span { border-color: #28429C; }
span { border-color: rgb(40,66,156); }
td.TdClassName
{
border-color: #28429C;
}
.TagClassName
{
border-color: #28429C;
}
</style>