Shades of Tory Blue #435282
Tints of Tory Blue #435282
RGB
CMYK
RGB Variations
Color information
#435282 (or 0x435282) is known color: Tory Blue. HEX triplet: 43, 52 and 82. RGB value is (67,82,130). Sum of RGB (Red+Green+Blue) = 67+82+130=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #435282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435282 is #BCAD7D. Grayscale: #525252. Windows color (decimal): -12365182 or 8540739. OLE color: 8540739.
HSL color Cylindrical-coordinate representation of color #435282: hue angle of 225.71º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #435282 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 82 | 130 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.49 |
| HSL | 225.71º | 0.32% | 0.39% | - |
| HSV(B) | 225.71º | 0.48% | 0.51% | - |
| XYZ | 9.36 | 8.84 | 22.33 | - |
| YUV | 82.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 130 | 0.48 | 0.37 | 0 | 0.49 | 225.71 | 0.32 | 0.39 |
| Hex | 43 | 52 | 82 | 30 | 25 | 0 | 31 | E2 | 20 | 27 |
| Octal | 103 | 122 | 202 | 60 | 45 | 0 | 61 | 342 | 40 | 47 |
| Binary | 1000011 | 1010010 | 10000010 | 110000 | 100101 | 0 | 110001 | 11100010 | 100000 | 100111 |
Color Harmonies of #435282
Complementary color
Monochromatic Colors of #435282
Black with #435282
Text Example
Text Example
White with #435282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435282; }
p { color: rgb(67,82,130); }
H1.HeaderClassName
{
color: #435282;
}
.AnyTagClassName
{
color: #435282;
}
</style>
background-color css
<style>
a { background-color: #435282; }
a { background-color: rgb(67,82,130); }
div.DivClassName
{
background-color: #435282;
}
.BgClassName
{
background-color: #435282;
}
</style>
border-color css
<style>
span { border-color: #435282; }
span { border-color: rgb(67,82,130); }
td.TdClassName
{
border-color: #435282;
}
.TagClassName
{
border-color: #435282;
}
</style>