Shades of Tory Blue #434E8C
Tints of Tory Blue #434E8C
RGB
CMYK
RGB Variations
Color information
#434E8C (or 0x434E8C) is known color: Tory Blue. HEX triplet: 43, 4E and 8C. RGB value is (67,78,140). Sum of RGB (Red+Green+Blue) = 67+78+140=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #434E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434E8C is #BCB173. Grayscale: #515151. Windows color (decimal): -12366196 or 9195075. OLE color: 9195075.
HSL color Cylindrical-coordinate representation of color #434E8C: hue angle of 230.96º 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 #434E8C is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 78 | 140 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.45 |
| HSL | 230.96º | 0.35% | 0.41% | - |
| HSV(B) | 230.96º | 0.52% | 0.55% | - |
| XYZ | 9.77 | 8.54 | 25.94 | - |
| YUV | 81.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 140 | 0.52 | 0.44 | 0 | 0.45 | 230.96 | 0.35 | 0.41 |
| Hex | 43 | 4E | 8C | 34 | 2C | 0 | 2D | E7 | 23 | 29 |
| Octal | 103 | 116 | 214 | 64 | 54 | 0 | 55 | 347 | 43 | 51 |
| Binary | 1000011 | 1001110 | 10001100 | 110100 | 101100 | 0 | 101101 | 11100111 | 100011 | 101001 |
Color Harmonies of #434E8C
Complementary color
Monochromatic Colors of #434E8C
Black with #434E8C
Text Example
Text Example
White with #434E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434E8C; }
p { color: rgb(67,78,140); }
H1.HeaderClassName
{
color: #434E8C;
}
.AnyTagClassName
{
color: #434E8C;
}
</style>
background-color css
<style>
a { background-color: #434E8C; }
a { background-color: rgb(67,78,140); }
div.DivClassName
{
background-color: #434E8C;
}
.BgClassName
{
background-color: #434E8C;
}
</style>
border-color css
<style>
span { border-color: #434E8C; }
span { border-color: rgb(67,78,140); }
td.TdClassName
{
border-color: #434E8C;
}
.TagClassName
{
border-color: #434E8C;
}
</style>