Shades of Tory Blue #28439B
Tints of Tory Blue #28439B
RGB
CMYK
RGB Variations
Color information
#28439B (or 0x28439B) is known color: Tory Blue. HEX triplet: 28, 43 and 9B. RGB value is (40,67,155). Sum of RGB (Red+Green+Blue) = 40+67+155=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #28439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28439B is #D7BC64. Grayscale: #444444. Windows color (decimal): -14138469 or 10175272. OLE color: 10175272.
HSL color Cylindrical-coordinate representation of color #28439B: hue angle of 225.91º 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 #28439B is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 67 | 155 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.39 |
| HSL | 225.91º | 0.59% | 0.38% | - |
| HSV(B) | 225.91º | 0.74% | 0.61% | - |
| XYZ | 8.8 | 6.83 | 31.87 | - |
| YUV | 68.96 | 176.55 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 155 | 0.74 | 0.57 | 0 | 0.39 | 225.91 | 0.59 | 0.38 |
| Hex | 28 | 43 | 9B | 4A | 39 | 0 | 27 | E2 | 3B | 26 |
| Octal | 50 | 103 | 233 | 112 | 71 | 0 | 47 | 342 | 73 | 46 |
| Binary | 101000 | 1000011 | 10011011 | 1001010 | 111001 | 0 | 100111 | 11100010 | 111011 | 100110 |
Color Harmonies of #28439B
Complementary color
Monochromatic Colors of #28439B
Black with #28439B
Text Example
Text Example
White with #28439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28439B; }
p { color: rgb(40,67,155); }
H1.HeaderClassName
{
color: #28439B;
}
.AnyTagClassName
{
color: #28439B;
}
</style>
background-color css
<style>
a { background-color: #28439B; }
a { background-color: rgb(40,67,155); }
div.DivClassName
{
background-color: #28439B;
}
.BgClassName
{
background-color: #28439B;
}
</style>
border-color css
<style>
span { border-color: #28439B; }
span { border-color: rgb(40,67,155); }
td.TdClassName
{
border-color: #28439B;
}
.TagClassName
{
border-color: #28439B;
}
</style>