Shades of Dark Slate Blue #43388C
Tints of Dark Slate Blue #43388C
RGB
CMYK
RGB Variations
Color information
#43388C (or 0x43388C) is known color: Dark Slate Blue. HEX triplet: 43, 38 and 8C. RGB value is (67,56,140). Sum of RGB (Red+Green+Blue) = 67+56+140=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #43388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43388C is #BCC773. Grayscale: #444444. Windows color (decimal): -12371828 or 9189443. OLE color: 9189443.
HSL color Cylindrical-coordinate representation of color #43388C: hue angle of 247.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43388C is Cyan = 0.52, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 56 | 140 | - |
| CMYK | 0.52 | 0.6 | 0 | 0.45 |
| HSL | 247.86º | 0.43% | 0.38% | - |
| HSV(B) | 247.86º | 0.6% | 0.55% | - |
| XYZ | 8.46 | 5.92 | 25.51 | - |
| YUV | 68.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 140 | 0.52 | 0.6 | 0 | 0.45 | 247.86 | 0.43 | 0.38 |
| Hex | 43 | 38 | 8C | 34 | 3C | 0 | 2D | F8 | 2B | 26 |
| Octal | 103 | 70 | 214 | 64 | 74 | 0 | 55 | 370 | 53 | 46 |
| Binary | 1000011 | 111000 | 10001100 | 110100 | 111100 | 0 | 101101 | 11111000 | 101011 | 100110 |
Color Harmonies of #43388C
Complementary color
Monochromatic Colors of #43388C
Black with #43388C
Text Example
Text Example
White with #43388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43388C; }
p { color: rgb(67,56,140); }
H1.HeaderClassName
{
color: #43388C;
}
.AnyTagClassName
{
color: #43388C;
}
</style>
background-color css
<style>
a { background-color: #43388C; }
a { background-color: rgb(67,56,140); }
div.DivClassName
{
background-color: #43388C;
}
.BgClassName
{
background-color: #43388C;
}
</style>
border-color css
<style>
span { border-color: #43388C; }
span { border-color: rgb(67,56,140); }
td.TdClassName
{
border-color: #43388C;
}
.TagClassName
{
border-color: #43388C;
}
</style>