Shades of Tory Blue #28418A
Tints of Tory Blue #28418A
RGB
CMYK
RGB Variations
Color information
#28418A (or 0x28418A) is known color: Tory Blue. HEX triplet: 28, 41 and 8A. RGB value is (40,65,138). Sum of RGB (Red+Green+Blue) = 40+65+138=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #28418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28418A is #D7BE75. Grayscale: #414141. Windows color (decimal): -14138998 or 9060648. OLE color: 9060648.
HSL color Cylindrical-coordinate representation of color #28418A: hue angle of 224.69º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28418A is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 65 | 138 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.46 |
| HSL | 224.69º | 0.55% | 0.35% | - |
| HSV(B) | 224.69º | 0.71% | 0.54% | - |
| XYZ | 7.35 | 6.07 | 24.83 | - |
| YUV | 65.85 | 168.72 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 138 | 0.71 | 0.53 | 0 | 0.46 | 224.69 | 0.55 | 0.35 |
| Hex | 28 | 41 | 8A | 47 | 35 | 0 | 2E | E1 | 37 | 23 |
| Octal | 50 | 101 | 212 | 107 | 65 | 0 | 56 | 341 | 67 | 43 |
| Binary | 101000 | 1000001 | 10001010 | 1000111 | 110101 | 0 | 101110 | 11100001 | 110111 | 100011 |
Color Harmonies of #28418A
Complementary color
Monochromatic Colors of #28418A
Black with #28418A
Text Example
Text Example
White with #28418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28418A; }
p { color: rgb(40,65,138); }
H1.HeaderClassName
{
color: #28418A;
}
.AnyTagClassName
{
color: #28418A;
}
</style>
background-color css
<style>
a { background-color: #28418A; }
a { background-color: rgb(40,65,138); }
div.DivClassName
{
background-color: #28418A;
}
.BgClassName
{
background-color: #28418A;
}
</style>
border-color css
<style>
span { border-color: #28418A; }
span { border-color: rgb(40,65,138); }
td.TdClassName
{
border-color: #28418A;
}
.TagClassName
{
border-color: #28418A;
}
</style>