Shades of Tory Blue #293892
Tints of Tory Blue #293892
RGB
CMYK
RGB Variations
Color information
#293892 (or 0x293892) is known color: Tory Blue. HEX triplet: 29, 38 and 92. RGB value is (41,56,146). Sum of RGB (Red+Green+Blue) = 41+56+146=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #293892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293892 is #D6C76D. Grayscale: #3D3D3D. Windows color (decimal): -14075758 or 9582633. OLE color: 9582633.
HSL color Cylindrical-coordinate representation of color #293892: hue angle of 231.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293892 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 56 | 146 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.43 |
| HSL | 231.43º | 0.56% | 0.37% | - |
| HSV(B) | 231.43º | 0.72% | 0.57% | - |
| XYZ | 7.52 | 5.38 | 27.84 | - |
| YUV | 61.78 | 175.53 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 146 | 0.72 | 0.62 | 0 | 0.43 | 231.43 | 0.56 | 0.37 |
| Hex | 29 | 38 | 92 | 48 | 3E | 0 | 2B | E7 | 38 | 25 |
| Octal | 51 | 70 | 222 | 110 | 76 | 0 | 53 | 347 | 70 | 45 |
| Binary | 101001 | 111000 | 10010010 | 1001000 | 111110 | 0 | 101011 | 11100111 | 111000 | 100101 |
Color Harmonies of #293892
Complementary color
Monochromatic Colors of #293892
Black with #293892
Text Example
Text Example
White with #293892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293892; }
p { color: rgb(41,56,146); }
H1.HeaderClassName
{
color: #293892;
}
.AnyTagClassName
{
color: #293892;
}
</style>
background-color css
<style>
a { background-color: #293892; }
a { background-color: rgb(41,56,146); }
div.DivClassName
{
background-color: #293892;
}
.BgClassName
{
background-color: #293892;
}
</style>
border-color css
<style>
span { border-color: #293892; }
span { border-color: rgb(41,56,146); }
td.TdClassName
{
border-color: #293892;
}
.TagClassName
{
border-color: #293892;
}
</style>