Shades of Dark Slate Blue #43348B
Tints of Dark Slate Blue #43348B
RGB
CMYK
RGB Variations
Color information
#43348B (or 0x43348B) is known color: Dark Slate Blue. HEX triplet: 43, 34 and 8B. RGB value is (67,52,139). Sum of RGB (Red+Green+Blue) = 67+52+139=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #43348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43348B is #BCCB74. Grayscale: #424242. Windows color (decimal): -12372853 or 9122883. OLE color: 9122883.
HSL color Cylindrical-coordinate representation of color #43348B: hue angle of 250.34º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43348B is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 52 | 139 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.45 |
| HSL | 250.34º | 0.46% | 0.37% | - |
| HSV(B) | 250.34º | 0.63% | 0.55% | - |
| XYZ | 8.2 | 5.51 | 25.06 | - |
| YUV | 66.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 139 | 0.52 | 0.63 | 0 | 0.45 | 250.34 | 0.46 | 0.37 |
| Hex | 43 | 34 | 8B | 34 | 3F | 0 | 2D | FA | 2E | 25 |
| Octal | 103 | 64 | 213 | 64 | 77 | 0 | 55 | 372 | 56 | 45 |
| Binary | 1000011 | 110100 | 10001011 | 110100 | 111111 | 0 | 101101 | 11111010 | 101110 | 100101 |
Color Harmonies of #43348B
Complementary color
Monochromatic Colors of #43348B
Black with #43348B
Text Example
Text Example
White with #43348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43348B; }
p { color: rgb(67,52,139); }
H1.HeaderClassName
{
color: #43348B;
}
.AnyTagClassName
{
color: #43348B;
}
</style>
background-color css
<style>
a { background-color: #43348B; }
a { background-color: rgb(67,52,139); }
div.DivClassName
{
background-color: #43348B;
}
.BgClassName
{
background-color: #43348B;
}
</style>
border-color css
<style>
span { border-color: #43348B; }
span { border-color: rgb(67,52,139); }
td.TdClassName
{
border-color: #43348B;
}
.TagClassName
{
border-color: #43348B;
}
</style>