Shades of Tory Blue #43558B
Tints of Tory Blue #43558B
RGB
CMYK
RGB Variations
Color information
#43558B (or 0x43558B) is known color: Tory Blue. HEX triplet: 43, 55 and 8B. RGB value is (67,85,139). Sum of RGB (Red+Green+Blue) = 67+85+139=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #43558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43558B is #BCAA74. Grayscale: #555555. Windows color (decimal): -12364405 or 9131331. OLE color: 9131331.
HSL color Cylindrical-coordinate representation of color #43558B: hue angle of 225º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43558B is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 85 | 139 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.45 |
| HSL | 225º | 0.35% | 0.4% | - |
| HSV(B) | 225º | 0.52% | 0.55% | - |
| XYZ | 10.22 | 9.55 | 25.73 | - |
| YUV | 85.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 139 | 0.52 | 0.39 | 0 | 0.45 | 225 | 0.35 | 0.4 |
| Hex | 43 | 55 | 8B | 34 | 27 | 0 | 2D | E1 | 23 | 28 |
| Octal | 103 | 125 | 213 | 64 | 47 | 0 | 55 | 341 | 43 | 50 |
| Binary | 1000011 | 1010101 | 10001011 | 110100 | 100111 | 0 | 101101 | 11100001 | 100011 | 101000 |
Color Harmonies of #43558B
Complementary color
Monochromatic Colors of #43558B
Black with #43558B
Text Example
Text Example
White with #43558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43558B; }
p { color: rgb(67,85,139); }
H1.HeaderClassName
{
color: #43558B;
}
.AnyTagClassName
{
color: #43558B;
}
</style>
background-color css
<style>
a { background-color: #43558B; }
a { background-color: rgb(67,85,139); }
div.DivClassName
{
background-color: #43558B;
}
.BgClassName
{
background-color: #43558B;
}
</style>
border-color css
<style>
span { border-color: #43558B; }
span { border-color: rgb(67,85,139); }
td.TdClassName
{
border-color: #43558B;
}
.TagClassName
{
border-color: #43558B;
}
</style>