Shades of Tory Blue #434C8A
Tints of Tory Blue #434C8A
RGB
CMYK
RGB Variations
Color information
#434C8A (or 0x434C8A) is known color: Tory Blue. HEX triplet: 43, 4C and 8A. RGB value is (67,76,138). Sum of RGB (Red+Green+Blue) = 67+76+138=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #434C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C8A is #BCB375. Grayscale: #505050. Windows color (decimal): -12366710 or 9063491. OLE color: 9063491.
HSL color Cylindrical-coordinate representation of color #434C8A: hue angle of 232.39º degrees, saturation: 0.35, 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 #434C8A is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 76 | 138 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.46 |
| HSL | 232.39º | 0.35% | 0.4% | - |
| HSV(B) | 232.39º | 0.51% | 0.54% | - |
| XYZ | 9.49 | 8.2 | 25.13 | - |
| YUV | 80.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 138 | 0.51 | 0.45 | 0 | 0.46 | 232.39 | 0.35 | 0.4 |
| Hex | 43 | 4C | 8A | 33 | 2D | 0 | 2E | E8 | 23 | 28 |
| Octal | 103 | 114 | 212 | 63 | 55 | 0 | 56 | 350 | 43 | 50 |
| Binary | 1000011 | 1001100 | 10001010 | 110011 | 101101 | 0 | 101110 | 11101000 | 100011 | 101000 |
Color Harmonies of #434C8A
Complementary color
Monochromatic Colors of #434C8A
Black with #434C8A
Text Example
Text Example
White with #434C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C8A; }
p { color: rgb(67,76,138); }
H1.HeaderClassName
{
color: #434C8A;
}
.AnyTagClassName
{
color: #434C8A;
}
</style>
background-color css
<style>
a { background-color: #434C8A; }
a { background-color: rgb(67,76,138); }
div.DivClassName
{
background-color: #434C8A;
}
.BgClassName
{
background-color: #434C8A;
}
</style>
border-color css
<style>
span { border-color: #434C8A; }
span { border-color: rgb(67,76,138); }
td.TdClassName
{
border-color: #434C8A;
}
.TagClassName
{
border-color: #434C8A;
}
</style>