Shades of Tory Blue #435391
Tints of Tory Blue #435391
RGB
CMYK
RGB Variations
Color information
#435391 (or 0x435391) is known color: Tory Blue. HEX triplet: 43, 53 and 91. RGB value is (67,83,145). Sum of RGB (Red+Green+Blue) = 67+83+145=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #435391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435391 is #BCAC6E. Grayscale: #555555. Windows color (decimal): -12364911 or 9524035. OLE color: 9524035.
HSL color Cylindrical-coordinate representation of color #435391: hue angle of 227.69º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #435391 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 83 | 145 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.43 |
| HSL | 227.69º | 0.37% | 0.42% | - |
| HSV(B) | 227.69º | 0.54% | 0.57% | - |
| XYZ | 10.52 | 9.42 | 28.05 | - |
| YUV | 85.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 145 | 0.54 | 0.43 | 0 | 0.43 | 227.69 | 0.37 | 0.42 |
| Hex | 43 | 53 | 91 | 36 | 2B | 0 | 2B | E4 | 25 | 2A |
| Octal | 103 | 123 | 221 | 66 | 53 | 0 | 53 | 344 | 45 | 52 |
| Binary | 1000011 | 1010011 | 10010001 | 110110 | 101011 | 0 | 101011 | 11100100 | 100101 | 101010 |
Color Harmonies of #435391
Complementary color
Monochromatic Colors of #435391
Black with #435391
Text Example
Text Example
White with #435391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435391; }
p { color: rgb(67,83,145); }
H1.HeaderClassName
{
color: #435391;
}
.AnyTagClassName
{
color: #435391;
}
</style>
background-color css
<style>
a { background-color: #435391; }
a { background-color: rgb(67,83,145); }
div.DivClassName
{
background-color: #435391;
}
.BgClassName
{
background-color: #435391;
}
</style>
border-color css
<style>
span { border-color: #435391; }
span { border-color: rgb(67,83,145); }
td.TdClassName
{
border-color: #435391;
}
.TagClassName
{
border-color: #435391;
}
</style>