Shades of Tory Blue #435493
Tints of Tory Blue #435493
RGB
CMYK
RGB Variations
Color information
#435493 (or 0x435493) is known color: Tory Blue. HEX triplet: 43, 54 and 93. RGB value is (67,84,147). Sum of RGB (Red+Green+Blue) = 67+84+147=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #435493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435493 is #BCAB6C. Grayscale: #555555. Windows color (decimal): -12364653 or 9655363. OLE color: 9655363.
HSL color Cylindrical-coordinate representation of color #435493: hue angle of 227.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #435493 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 84 | 147 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.42 |
| HSL | 227.25º | 0.37% | 0.42% | - |
| HSV(B) | 227.25º | 0.54% | 0.58% | - |
| XYZ | 10.75 | 9.64 | 28.9 | - |
| YUV | 86.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 147 | 0.54 | 0.43 | 0 | 0.42 | 227.25 | 0.37 | 0.42 |
| Hex | 43 | 54 | 93 | 36 | 2B | 0 | 2A | E3 | 25 | 2A |
| Octal | 103 | 124 | 223 | 66 | 53 | 0 | 52 | 343 | 45 | 52 |
| Binary | 1000011 | 1010100 | 10010011 | 110110 | 101011 | 0 | 101010 | 11100011 | 100101 | 101010 |
Color Harmonies of #435493
Complementary color
Monochromatic Colors of #435493
Black with #435493
Text Example
Text Example
White with #435493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435493; }
p { color: rgb(67,84,147); }
H1.HeaderClassName
{
color: #435493;
}
.AnyTagClassName
{
color: #435493;
}
</style>
background-color css
<style>
a { background-color: #435493; }
a { background-color: rgb(67,84,147); }
div.DivClassName
{
background-color: #435493;
}
.BgClassName
{
background-color: #435493;
}
</style>
border-color css
<style>
span { border-color: #435493; }
span { border-color: rgb(67,84,147); }
td.TdClassName
{
border-color: #435493;
}
.TagClassName
{
border-color: #435493;
}
</style>