Shades of Tory Blue #435292
Tints of Tory Blue #435292
RGB
CMYK
RGB Variations
Color information
#435292 (or 0x435292) is known color: Tory Blue. HEX triplet: 43, 52 and 92. RGB value is (67,82,146). Sum of RGB (Red+Green+Blue) = 67+82+146=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #435292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435292 is #BCAD6D. Grayscale: #545454. Windows color (decimal): -12365166 or 9589315. OLE color: 9589315.
HSL color Cylindrical-coordinate representation of color #435292: hue angle of 228.61º 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 #435292 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 82 | 146 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.43 |
| HSL | 228.61º | 0.37% | 0.42% | - |
| HSV(B) | 228.61º | 0.54% | 0.57% | - |
| XYZ | 10.52 | 9.3 | 28.44 | - |
| YUV | 84.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 146 | 0.54 | 0.44 | 0 | 0.43 | 228.61 | 0.37 | 0.42 |
| Hex | 43 | 52 | 92 | 36 | 2C | 0 | 2B | E5 | 25 | 2A |
| Octal | 103 | 122 | 222 | 66 | 54 | 0 | 53 | 345 | 45 | 52 |
| Binary | 1000011 | 1010010 | 10010010 | 110110 | 101100 | 0 | 101011 | 11100101 | 100101 | 101010 |
Color Harmonies of #435292
Complementary color
Monochromatic Colors of #435292
Black with #435292
Text Example
Text Example
White with #435292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435292; }
p { color: rgb(67,82,146); }
H1.HeaderClassName
{
color: #435292;
}
.AnyTagClassName
{
color: #435292;
}
</style>
background-color css
<style>
a { background-color: #435292; }
a { background-color: rgb(67,82,146); }
div.DivClassName
{
background-color: #435292;
}
.BgClassName
{
background-color: #435292;
}
</style>
border-color css
<style>
span { border-color: #435292; }
span { border-color: rgb(67,82,146); }
td.TdClassName
{
border-color: #435292;
}
.TagClassName
{
border-color: #435292;
}
</style>