Shades of Tory Blue #284A9B
Tints of Tory Blue #284A9B
RGB
CMYK
RGB Variations
Color information
#284A9B (or 0x284A9B) is known color: Tory Blue. HEX triplet: 28, 4A and 9B. RGB value is (40,74,155). Sum of RGB (Red+Green+Blue) = 40+74+155=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #284A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284A9B is #D7B564. Grayscale: #484848. Windows color (decimal): -14136677 or 10177064. OLE color: 10177064.
HSL color Cylindrical-coordinate representation of color #284A9B: hue angle of 222.26º 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 #284A9B is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 74 | 155 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.39 |
| HSL | 222.26º | 0.59% | 0.38% | - |
| HSV(B) | 222.26º | 0.74% | 0.61% | - |
| XYZ | 9.24 | 7.72 | 32.01 | - |
| YUV | 73.07 | 174.24 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 155 | 0.74 | 0.52 | 0 | 0.39 | 222.26 | 0.59 | 0.38 |
| Hex | 28 | 4A | 9B | 4A | 34 | 0 | 27 | DE | 3B | 26 |
| Octal | 50 | 112 | 233 | 112 | 64 | 0 | 47 | 336 | 73 | 46 |
| Binary | 101000 | 1001010 | 10011011 | 1001010 | 110100 | 0 | 100111 | 11011110 | 111011 | 100110 |
Color Harmonies of #284A9B
Complementary color
Monochromatic Colors of #284A9B
Black with #284A9B
Text Example
Text Example
White with #284A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A9B; }
p { color: rgb(40,74,155); }
H1.HeaderClassName
{
color: #284A9B;
}
.AnyTagClassName
{
color: #284A9B;
}
</style>
background-color css
<style>
a { background-color: #284A9B; }
a { background-color: rgb(40,74,155); }
div.DivClassName
{
background-color: #284A9B;
}
.BgClassName
{
background-color: #284A9B;
}
</style>
border-color css
<style>
span { border-color: #284A9B; }
span { border-color: rgb(40,74,155); }
td.TdClassName
{
border-color: #284A9B;
}
.TagClassName
{
border-color: #284A9B;
}
</style>