Shades of Dark Slate Blue #43448D
Tints of Dark Slate Blue #43448D
RGB
CMYK
RGB Variations
Color information
#43448D (or 0x43448D) is known color: Dark Slate Blue. HEX triplet: 43, 44 and 8D. RGB value is (67,68,141). Sum of RGB (Red+Green+Blue) = 67+68+141=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #43448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43448D is #BCBB72. Grayscale: #4B4B4B. Windows color (decimal): -12368755 or 9258051. OLE color: 9258051.
HSL color Cylindrical-coordinate representation of color #43448D: hue angle of 239.19º 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 #43448D is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 68 | 141 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.45 |
| HSL | 239.19º | 0.36% | 0.41% | - |
| HSV(B) | 239.19º | 0.52% | 0.55% | - |
| XYZ | 9.19 | 7.25 | 26.11 | - |
| YUV | 76.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 141 | 0.52 | 0.52 | 0 | 0.45 | 239.19 | 0.36 | 0.41 |
| Hex | 43 | 44 | 8D | 34 | 34 | 0 | 2D | EF | 24 | 29 |
| Octal | 103 | 104 | 215 | 64 | 64 | 0 | 55 | 357 | 44 | 51 |
| Binary | 1000011 | 1000100 | 10001101 | 110100 | 110100 | 0 | 101101 | 11101111 | 100100 | 101001 |
Color Harmonies of #43448D
Complementary color
Monochromatic Colors of #43448D
Black with #43448D
Text Example
Text Example
White with #43448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43448D; }
p { color: rgb(67,68,141); }
H1.HeaderClassName
{
color: #43448D;
}
.AnyTagClassName
{
color: #43448D;
}
</style>
background-color css
<style>
a { background-color: #43448D; }
a { background-color: rgb(67,68,141); }
div.DivClassName
{
background-color: #43448D;
}
.BgClassName
{
background-color: #43448D;
}
</style>
border-color css
<style>
span { border-color: #43448D; }
span { border-color: rgb(67,68,141); }
td.TdClassName
{
border-color: #43448D;
}
.TagClassName
{
border-color: #43448D;
}
</style>