Shades of Tory Blue #43568C
Tints of Tory Blue #43568C
RGB
CMYK
RGB Variations
Color information
#43568C (or 0x43568C) is known color: Tory Blue. HEX triplet: 43, 56 and 8C. RGB value is (67,86,140). Sum of RGB (Red+Green+Blue) = 67+86+140=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #43568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43568C is #BCA973. Grayscale: #565656. Windows color (decimal): -12364148 or 9197123. OLE color: 9197123.
HSL color Cylindrical-coordinate representation of color #43568C: hue angle of 224.38º 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 #43568C is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 86 | 140 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.45 |
| HSL | 224.38º | 0.35% | 0.41% | - |
| HSV(B) | 224.38º | 0.52% | 0.55% | - |
| XYZ | 10.38 | 9.74 | 26.14 | - |
| YUV | 86.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 140 | 0.52 | 0.39 | 0 | 0.45 | 224.38 | 0.35 | 0.41 |
| Hex | 43 | 56 | 8C | 34 | 27 | 0 | 2D | E0 | 23 | 29 |
| Octal | 103 | 126 | 214 | 64 | 47 | 0 | 55 | 340 | 43 | 51 |
| Binary | 1000011 | 1010110 | 10001100 | 110100 | 100111 | 0 | 101101 | 11100000 | 100011 | 101001 |
Color Harmonies of #43568C
Complementary color
Monochromatic Colors of #43568C
Black with #43568C
Text Example
Text Example
White with #43568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43568C; }
p { color: rgb(67,86,140); }
H1.HeaderClassName
{
color: #43568C;
}
.AnyTagClassName
{
color: #43568C;
}
</style>
background-color css
<style>
a { background-color: #43568C; }
a { background-color: rgb(67,86,140); }
div.DivClassName
{
background-color: #43568C;
}
.BgClassName
{
background-color: #43568C;
}
</style>
border-color css
<style>
span { border-color: #43568C; }
span { border-color: rgb(67,86,140); }
td.TdClassName
{
border-color: #43568C;
}
.TagClassName
{
border-color: #43568C;
}
</style>