Shades of Tory Blue #43578D
Tints of Tory Blue #43578D
RGB
CMYK
RGB Variations
Color information
#43578D (or 0x43578D) is known color: Tory Blue. HEX triplet: 43, 57 and 8D. RGB value is (67,87,141). Sum of RGB (Red+Green+Blue) = 67+87+141=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #43578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43578D is #BCA872. Grayscale: #565656. Windows color (decimal): -12363891 or 9262915. OLE color: 9262915.
HSL color Cylindrical-coordinate representation of color #43578D: hue angle of 223.78º 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 #43578D is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 87 | 141 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.45 |
| HSL | 223.78º | 0.36% | 0.41% | - |
| HSV(B) | 223.78º | 0.52% | 0.55% | - |
| XYZ | 10.53 | 9.93 | 26.56 | - |
| YUV | 87.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 87 | 141 | 0.52 | 0.38 | 0 | 0.45 | 223.78 | 0.36 | 0.41 |
| Hex | 43 | 57 | 8D | 34 | 26 | 0 | 2D | E0 | 24 | 29 |
| Octal | 103 | 127 | 215 | 64 | 46 | 0 | 55 | 340 | 44 | 51 |
| Binary | 1000011 | 1010111 | 10001101 | 110100 | 100110 | 0 | 101101 | 11100000 | 100100 | 101001 |
Color Harmonies of #43578D
Complementary color
Monochromatic Colors of #43578D
Black with #43578D
Text Example
Text Example
White with #43578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43578D; }
p { color: rgb(67,87,141); }
H1.HeaderClassName
{
color: #43578D;
}
.AnyTagClassName
{
color: #43578D;
}
</style>
background-color css
<style>
a { background-color: #43578D; }
a { background-color: rgb(67,87,141); }
div.DivClassName
{
background-color: #43578D;
}
.BgClassName
{
background-color: #43578D;
}
</style>
border-color css
<style>
span { border-color: #43578D; }
span { border-color: rgb(67,87,141); }
td.TdClassName
{
border-color: #43578D;
}
.TagClassName
{
border-color: #43578D;
}
</style>