Shades of Tory Blue #434C8B
Tints of Tory Blue #434C8B
RGB
CMYK
RGB Variations
Color information
#434C8B (or 0x434C8B) is known color: Tory Blue. HEX triplet: 43, 4C and 8B. RGB value is (67,76,139). Sum of RGB (Red+Green+Blue) = 67+76+139=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #434C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C8B is #BCB374. Grayscale: #505050. Windows color (decimal): -12366709 or 9129027. OLE color: 9129027.
HSL color Cylindrical-coordinate representation of color #434C8B: hue angle of 232.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #434C8B is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 76 | 139 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.45 |
| HSL | 232.5º | 0.35% | 0.4% | - |
| HSV(B) | 232.5º | 0.52% | 0.55% | - |
| XYZ | 9.56 | 8.23 | 25.51 | - |
| YUV | 80.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 139 | 0.52 | 0.45 | 0 | 0.45 | 232.5 | 0.35 | 0.4 |
| Hex | 43 | 4C | 8B | 34 | 2D | 0 | 2D | E8 | 23 | 28 |
| Octal | 103 | 114 | 213 | 64 | 55 | 0 | 55 | 350 | 43 | 50 |
| Binary | 1000011 | 1001100 | 10001011 | 110100 | 101101 | 0 | 101101 | 11101000 | 100011 | 101000 |
Color Harmonies of #434C8B
Complementary color
Monochromatic Colors of #434C8B
Black with #434C8B
Text Example
Text Example
White with #434C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C8B; }
p { color: rgb(67,76,139); }
H1.HeaderClassName
{
color: #434C8B;
}
.AnyTagClassName
{
color: #434C8B;
}
</style>
background-color css
<style>
a { background-color: #434C8B; }
a { background-color: rgb(67,76,139); }
div.DivClassName
{
background-color: #434C8B;
}
.BgClassName
{
background-color: #434C8B;
}
</style>
border-color css
<style>
span { border-color: #434C8B; }
span { border-color: rgb(67,76,139); }
td.TdClassName
{
border-color: #434C8B;
}
.TagClassName
{
border-color: #434C8B;
}
</style>