Shades of Tory Blue #434F8E
Tints of Tory Blue #434F8E
RGB
CMYK
RGB Variations
Color information
#434F8E (or 0x434F8E) is known color: Tory Blue. HEX triplet: 43, 4F and 8E. RGB value is (67,79,142). Sum of RGB (Red+Green+Blue) = 67+79+142=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #434F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434F8E is #BCB071. Grayscale: #525252. Windows color (decimal): -12365938 or 9326403. OLE color: 9326403.
HSL color Cylindrical-coordinate representation of color #434F8E: hue angle of 230.4º 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 #434F8E is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 79 | 142 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.44 |
| HSL | 230.4º | 0.36% | 0.41% | - |
| HSV(B) | 230.4º | 0.53% | 0.56% | - |
| XYZ | 9.99 | 8.74 | 26.75 | - |
| YUV | 82.59 | 161.52 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 142 | 0.53 | 0.44 | 0 | 0.44 | 230.4 | 0.36 | 0.41 |
| Hex | 43 | 4F | 8E | 35 | 2C | 0 | 2C | E6 | 24 | 29 |
| Octal | 103 | 117 | 216 | 65 | 54 | 0 | 54 | 346 | 44 | 51 |
| Binary | 1000011 | 1001111 | 10001110 | 110101 | 101100 | 0 | 101100 | 11100110 | 100100 | 101001 |
Color Harmonies of #434F8E
Complementary color
Monochromatic Colors of #434F8E
Black with #434F8E
Text Example
Text Example
White with #434F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F8E; }
p { color: rgb(67,79,142); }
H1.HeaderClassName
{
color: #434F8E;
}
.AnyTagClassName
{
color: #434F8E;
}
</style>
background-color css
<style>
a { background-color: #434F8E; }
a { background-color: rgb(67,79,142); }
div.DivClassName
{
background-color: #434F8E;
}
.BgClassName
{
background-color: #434F8E;
}
</style>
border-color css
<style>
span { border-color: #434F8E; }
span { border-color: rgb(67,79,142); }
td.TdClassName
{
border-color: #434F8E;
}
.TagClassName
{
border-color: #434F8E;
}
</style>