Shades of Tory Blue #435181
Tints of Tory Blue #435181
RGB
CMYK
RGB Variations
Color information
#435181 (or 0x435181) is known color: Tory Blue. HEX triplet: 43, 51 and 81. RGB value is (67,81,129). Sum of RGB (Red+Green+Blue) = 67+81+129=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #435181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435181 is #BCAE7E. Grayscale: #525252. Windows color (decimal): -12365439 or 8474947. OLE color: 8474947.
HSL color Cylindrical-coordinate representation of color #435181: hue angle of 226.45º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #435181 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 81 | 129 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.49 |
| HSL | 226.45º | 0.32% | 0.38% | - |
| HSV(B) | 226.45º | 0.48% | 0.51% | - |
| XYZ | 9.22 | 8.66 | 21.96 | - |
| YUV | 82.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 129 | 0.48 | 0.37 | 0 | 0.49 | 226.45 | 0.32 | 0.38 |
| Hex | 43 | 51 | 81 | 30 | 25 | 0 | 31 | E2 | 20 | 26 |
| Octal | 103 | 121 | 201 | 60 | 45 | 0 | 61 | 342 | 40 | 46 |
| Binary | 1000011 | 1010001 | 10000001 | 110000 | 100101 | 0 | 110001 | 11100010 | 100000 | 100110 |
Color Harmonies of #435181
Complementary color
Monochromatic Colors of #435181
Black with #435181
Text Example
Text Example
White with #435181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435181; }
p { color: rgb(67,81,129); }
H1.HeaderClassName
{
color: #435181;
}
.AnyTagClassName
{
color: #435181;
}
</style>
background-color css
<style>
a { background-color: #435181; }
a { background-color: rgb(67,81,129); }
div.DivClassName
{
background-color: #435181;
}
.BgClassName
{
background-color: #435181;
}
</style>
border-color css
<style>
span { border-color: #435181; }
span { border-color: rgb(67,81,129); }
td.TdClassName
{
border-color: #435181;
}
.TagClassName
{
border-color: #435181;
}
</style>