Shades of Tory Blue #43598D
Tints of Tory Blue #43598D
RGB
CMYK
RGB Variations
Color information
#43598D (or 0x43598D) is known color: Tory Blue. HEX triplet: 43, 59 and 8D. RGB value is (67,89,141). Sum of RGB (Red+Green+Blue) = 67+89+141=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #43598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43598D is #BCA672. Grayscale: #585858. Windows color (decimal): -12363379 or 9263427. OLE color: 9263427.
HSL color Cylindrical-coordinate representation of color #43598D: hue angle of 222.16º 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 #43598D is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 89 | 141 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.45 |
| HSL | 222.16º | 0.36% | 0.41% | - |
| HSV(B) | 222.16º | 0.52% | 0.55% | - |
| XYZ | 10.69 | 10.26 | 26.62 | - |
| YUV | 88.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 89 | 141 | 0.52 | 0.37 | 0 | 0.45 | 222.16 | 0.36 | 0.41 |
| Hex | 43 | 59 | 8D | 34 | 25 | 0 | 2D | DE | 24 | 29 |
| Octal | 103 | 131 | 215 | 64 | 45 | 0 | 55 | 336 | 44 | 51 |
| Binary | 1000011 | 1011001 | 10001101 | 110100 | 100101 | 0 | 101101 | 11011110 | 100100 | 101001 |
Color Harmonies of #43598D
Complementary color
Monochromatic Colors of #43598D
Black with #43598D
Text Example
Text Example
White with #43598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43598D; }
p { color: rgb(67,89,141); }
H1.HeaderClassName
{
color: #43598D;
}
.AnyTagClassName
{
color: #43598D;
}
</style>
background-color css
<style>
a { background-color: #43598D; }
a { background-color: rgb(67,89,141); }
div.DivClassName
{
background-color: #43598D;
}
.BgClassName
{
background-color: #43598D;
}
</style>
border-color css
<style>
span { border-color: #43598D; }
span { border-color: rgb(67,89,141); }
td.TdClassName
{
border-color: #43598D;
}
.TagClassName
{
border-color: #43598D;
}
</style>