Shades of Tory Blue #43578B
Tints of Tory Blue #43578B
RGB
CMYK
RGB Variations
Color information
#43578B (or 0x43578B) is known color: Tory Blue. HEX triplet: 43, 57 and 8B. RGB value is (67,87,139). Sum of RGB (Red+Green+Blue) = 67+87+139=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #43578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43578B is #BCA874. Grayscale: #565656. Windows color (decimal): -12363893 or 9131843. OLE color: 9131843.
HSL color Cylindrical-coordinate representation of color #43578B: hue angle of 223.33º 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 #43578B is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 87 | 139 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.45 |
| HSL | 223.33º | 0.35% | 0.4% | - |
| HSV(B) | 223.33º | 0.52% | 0.55% | - |
| XYZ | 10.38 | 9.87 | 25.78 | - |
| YUV | 86.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 87 | 139 | 0.52 | 0.37 | 0 | 0.45 | 223.33 | 0.35 | 0.4 |
| Hex | 43 | 57 | 8B | 34 | 25 | 0 | 2D | DF | 23 | 28 |
| Octal | 103 | 127 | 213 | 64 | 45 | 0 | 55 | 337 | 43 | 50 |
| Binary | 1000011 | 1010111 | 10001011 | 110100 | 100101 | 0 | 101101 | 11011111 | 100011 | 101000 |
Color Harmonies of #43578B
Complementary color
Monochromatic Colors of #43578B
Black with #43578B
Text Example
Text Example
White with #43578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43578B; }
p { color: rgb(67,87,139); }
H1.HeaderClassName
{
color: #43578B;
}
.AnyTagClassName
{
color: #43578B;
}
</style>
background-color css
<style>
a { background-color: #43578B; }
a { background-color: rgb(67,87,139); }
div.DivClassName
{
background-color: #43578B;
}
.BgClassName
{
background-color: #43578B;
}
</style>
border-color css
<style>
span { border-color: #43578B; }
span { border-color: rgb(67,87,139); }
td.TdClassName
{
border-color: #43578B;
}
.TagClassName
{
border-color: #43578B;
}
</style>