Shades of Tory Blue #434D8E
Tints of Tory Blue #434D8E
RGB
CMYK
RGB Variations
Color information
#434D8E (or 0x434D8E) is known color: Tory Blue. HEX triplet: 43, 4D and 8E. RGB value is (67,77,142). Sum of RGB (Red+Green+Blue) = 67+77+142=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #434D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434D8E is #BCB271. Grayscale: #515151. Windows color (decimal): -12366450 or 9325891. OLE color: 9325891.
HSL color Cylindrical-coordinate representation of color #434D8E: hue angle of 232º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #434D8E is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 77 | 142 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.44 |
| HSL | 232º | 0.36% | 0.41% | - |
| HSV(B) | 232º | 0.53% | 0.56% | - |
| XYZ | 9.85 | 8.45 | 26.7 | - |
| YUV | 81.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 142 | 0.53 | 0.46 | 0 | 0.44 | 232 | 0.36 | 0.41 |
| Hex | 43 | 4D | 8E | 35 | 2E | 0 | 2C | E8 | 24 | 29 |
| Octal | 103 | 115 | 216 | 65 | 56 | 0 | 54 | 350 | 44 | 51 |
| Binary | 1000011 | 1001101 | 10001110 | 110101 | 101110 | 0 | 101100 | 11101000 | 100100 | 101001 |
Color Harmonies of #434D8E
Complementary color
Monochromatic Colors of #434D8E
Black with #434D8E
Text Example
Text Example
White with #434D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D8E; }
p { color: rgb(67,77,142); }
H1.HeaderClassName
{
color: #434D8E;
}
.AnyTagClassName
{
color: #434D8E;
}
</style>
background-color css
<style>
a { background-color: #434D8E; }
a { background-color: rgb(67,77,142); }
div.DivClassName
{
background-color: #434D8E;
}
.BgClassName
{
background-color: #434D8E;
}
</style>
border-color css
<style>
span { border-color: #434D8E; }
span { border-color: rgb(67,77,142); }
td.TdClassName
{
border-color: #434D8E;
}
.TagClassName
{
border-color: #434D8E;
}
</style>