Shades of Tory Blue #43588C
Tints of Tory Blue #43588C
RGB
CMYK
RGB Variations
Color information
#43588C (or 0x43588C) is known color: Tory Blue. HEX triplet: 43, 58 and 8C. RGB value is (67,88,140). Sum of RGB (Red+Green+Blue) = 67+88+140=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #43588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43588C is #BCA773. Grayscale: #575757. Windows color (decimal): -12363636 or 9197635. OLE color: 9197635.
HSL color Cylindrical-coordinate representation of color #43588C: hue angle of 222.74º degrees, saturation: 0.35, 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 #43588C is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 88 | 140 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.45 |
| HSL | 222.74º | 0.35% | 0.41% | - |
| HSV(B) | 222.74º | 0.52% | 0.55% | - |
| XYZ | 10.54 | 10.07 | 26.2 | - |
| YUV | 87.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 140 | 0.52 | 0.37 | 0 | 0.45 | 222.74 | 0.35 | 0.41 |
| Hex | 43 | 58 | 8C | 34 | 25 | 0 | 2D | DF | 23 | 29 |
| Octal | 103 | 130 | 214 | 64 | 45 | 0 | 55 | 337 | 43 | 51 |
| Binary | 1000011 | 1011000 | 10001100 | 110100 | 100101 | 0 | 101101 | 11011111 | 100011 | 101001 |
Color Harmonies of #43588C
Complementary color
Monochromatic Colors of #43588C
Black with #43588C
Text Example
Text Example
White with #43588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43588C; }
p { color: rgb(67,88,140); }
H1.HeaderClassName
{
color: #43588C;
}
.AnyTagClassName
{
color: #43588C;
}
</style>
background-color css
<style>
a { background-color: #43588C; }
a { background-color: rgb(67,88,140); }
div.DivClassName
{
background-color: #43588C;
}
.BgClassName
{
background-color: #43588C;
}
</style>
border-color css
<style>
span { border-color: #43588C; }
span { border-color: rgb(67,88,140); }
td.TdClassName
{
border-color: #43588C;
}
.TagClassName
{
border-color: #43588C;
}
</style>