Shades of Tory Blue #434D8B
Tints of Tory Blue #434D8B
RGB
CMYK
RGB Variations
Color information
#434D8B (or 0x434D8B) is known color: Tory Blue. HEX triplet: 43, 4D and 8B. RGB value is (67,77,139). Sum of RGB (Red+Green+Blue) = 67+77+139=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #434D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434D8B is #BCB274. Grayscale: #505050. Windows color (decimal): -12366453 or 9129283. OLE color: 9129283.
HSL color Cylindrical-coordinate representation of color #434D8B: hue angle of 231.67º 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 #434D8B is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 77 | 139 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.45 |
| HSL | 231.67º | 0.35% | 0.4% | - |
| HSV(B) | 231.67º | 0.52% | 0.55% | - |
| XYZ | 9.63 | 8.37 | 25.53 | - |
| YUV | 81.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 139 | 0.52 | 0.45 | 0 | 0.45 | 231.67 | 0.35 | 0.4 |
| Hex | 43 | 4D | 8B | 34 | 2D | 0 | 2D | E8 | 23 | 28 |
| Octal | 103 | 115 | 213 | 64 | 55 | 0 | 55 | 350 | 43 | 50 |
| Binary | 1000011 | 1001101 | 10001011 | 110100 | 101101 | 0 | 101101 | 11101000 | 100011 | 101000 |
Color Harmonies of #434D8B
Complementary color
Monochromatic Colors of #434D8B
Black with #434D8B
Text Example
Text Example
White with #434D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D8B; }
p { color: rgb(67,77,139); }
H1.HeaderClassName
{
color: #434D8B;
}
.AnyTagClassName
{
color: #434D8B;
}
</style>
background-color css
<style>
a { background-color: #434D8B; }
a { background-color: rgb(67,77,139); }
div.DivClassName
{
background-color: #434D8B;
}
.BgClassName
{
background-color: #434D8B;
}
</style>
border-color css
<style>
span { border-color: #434D8B; }
span { border-color: rgb(67,77,139); }
td.TdClassName
{
border-color: #434D8B;
}
.TagClassName
{
border-color: #434D8B;
}
</style>