Shades of Tory Blue #43548D
Tints of Tory Blue #43548D
RGB
CMYK
RGB Variations
Color information
#43548D (or 0x43548D) is known color: Tory Blue. HEX triplet: 43, 54 and 8D. RGB value is (67,84,141). Sum of RGB (Red+Green+Blue) = 67+84+141=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #43548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43548D is #BCAB72. Grayscale: #555555. Windows color (decimal): -12364659 or 9262147. OLE color: 9262147.
HSL color Cylindrical-coordinate representation of color #43548D: hue angle of 226.22º degrees, saturation: 0.36, 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 #43548D is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 84 | 141 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.45 |
| HSL | 226.22º | 0.36% | 0.41% | - |
| HSV(B) | 226.22º | 0.52% | 0.55% | - |
| XYZ | 10.29 | 9.46 | 26.48 | - |
| YUV | 85.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 141 | 0.52 | 0.40 | 0 | 0.45 | 226.22 | 0.36 | 0.41 |
| Hex | 43 | 54 | 8D | 34 | 28 | 0 | 2D | E2 | 24 | 29 |
| Octal | 103 | 124 | 215 | 64 | 50 | 0 | 55 | 342 | 44 | 51 |
| Binary | 1000011 | 1010100 | 10001101 | 110100 | 101000 | 0 | 101101 | 11100010 | 100100 | 101001 |
Color Harmonies of #43548D
Complementary color
Monochromatic Colors of #43548D
Black with #43548D
Text Example
Text Example
White with #43548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43548D; }
p { color: rgb(67,84,141); }
H1.HeaderClassName
{
color: #43548D;
}
.AnyTagClassName
{
color: #43548D;
}
</style>
background-color css
<style>
a { background-color: #43548D; }
a { background-color: rgb(67,84,141); }
div.DivClassName
{
background-color: #43548D;
}
.BgClassName
{
background-color: #43548D;
}
</style>
border-color css
<style>
span { border-color: #43548D; }
span { border-color: rgb(67,84,141); }
td.TdClassName
{
border-color: #43548D;
}
.TagClassName
{
border-color: #43548D;
}
</style>