Shades of Tory Blue #434C89
Tints of Tory Blue #434C89
RGB
CMYK
RGB Variations
Color information
#434C89 (or 0x434C89) is known color: Tory Blue. HEX triplet: 43, 4C and 89. RGB value is (67,76,137). Sum of RGB (Red+Green+Blue) = 67+76+137=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #434C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C89 is #BCB376. Grayscale: #505050. Windows color (decimal): -12366711 or 8997955. OLE color: 8997955.
HSL color Cylindrical-coordinate representation of color #434C89: hue angle of 232.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #434C89 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 76 | 137 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.46 |
| HSL | 232.29º | 0.34% | 0.4% | - |
| HSV(B) | 232.29º | 0.51% | 0.54% | - |
| XYZ | 9.41 | 8.17 | 24.75 | - |
| YUV | 80.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 137 | 0.51 | 0.45 | 0 | 0.46 | 232.29 | 0.34 | 0.4 |
| Hex | 43 | 4C | 89 | 33 | 2D | 0 | 2E | E8 | 22 | 28 |
| Octal | 103 | 114 | 211 | 63 | 55 | 0 | 56 | 350 | 42 | 50 |
| Binary | 1000011 | 1001100 | 10001001 | 110011 | 101101 | 0 | 101110 | 11101000 | 100010 | 101000 |
Color Harmonies of #434C89
Complementary color
Monochromatic Colors of #434C89
Black with #434C89
Text Example
Text Example
White with #434C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C89; }
p { color: rgb(67,76,137); }
H1.HeaderClassName
{
color: #434C89;
}
.AnyTagClassName
{
color: #434C89;
}
</style>
background-color css
<style>
a { background-color: #434C89; }
a { background-color: rgb(67,76,137); }
div.DivClassName
{
background-color: #434C89;
}
.BgClassName
{
background-color: #434C89;
}
</style>
border-color css
<style>
span { border-color: #434C89; }
span { border-color: rgb(67,76,137); }
td.TdClassName
{
border-color: #434C89;
}
.TagClassName
{
border-color: #434C89;
}
</style>