Shades of Tory Blue #434D8C
Tints of Tory Blue #434D8C
RGB
CMYK
RGB Variations
Color information
#434D8C (or 0x434D8C) is known color: Tory Blue. HEX triplet: 43, 4D and 8C. RGB value is (67,77,140). Sum of RGB (Red+Green+Blue) = 67+77+140=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #434D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434D8C is #BCB273. Grayscale: #505050. Windows color (decimal): -12366452 or 9194819. OLE color: 9194819.
HSL color Cylindrical-coordinate representation of color #434D8C: hue angle of 231.78º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #434D8C is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 77 | 140 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.45 |
| HSL | 231.78º | 0.35% | 0.41% | - |
| HSV(B) | 231.78º | 0.52% | 0.55% | - |
| XYZ | 9.7 | 8.39 | 25.92 | - |
| YUV | 81.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 140 | 0.52 | 0.45 | 0 | 0.45 | 231.78 | 0.35 | 0.41 |
| Hex | 43 | 4D | 8C | 34 | 2D | 0 | 2D | E8 | 23 | 29 |
| Octal | 103 | 115 | 214 | 64 | 55 | 0 | 55 | 350 | 43 | 51 |
| Binary | 1000011 | 1001101 | 10001100 | 110100 | 101101 | 0 | 101101 | 11101000 | 100011 | 101001 |
Color Harmonies of #434D8C
Complementary color
Monochromatic Colors of #434D8C
Black with #434D8C
Text Example
Text Example
White with #434D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D8C; }
p { color: rgb(67,77,140); }
H1.HeaderClassName
{
color: #434D8C;
}
.AnyTagClassName
{
color: #434D8C;
}
</style>
background-color css
<style>
a { background-color: #434D8C; }
a { background-color: rgb(67,77,140); }
div.DivClassName
{
background-color: #434D8C;
}
.BgClassName
{
background-color: #434D8C;
}
</style>
border-color css
<style>
span { border-color: #434D8C; }
span { border-color: rgb(67,77,140); }
td.TdClassName
{
border-color: #434D8C;
}
.TagClassName
{
border-color: #434D8C;
}
</style>