Shades of Dark Slate Blue #443C7D
Tints of Dark Slate Blue #443C7D
RGB
CMYK
RGB Variations
Color information
#443C7D (or 0x443C7D) is known color: Dark Slate Blue. HEX triplet: 44, 3C and 7D. RGB value is (68,60,125). Sum of RGB (Red+Green+Blue) = 68+60+125=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #443C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C7D is #BBC382. Grayscale: #454545. Windows color (decimal): -12305283 or 8207428. OLE color: 8207428.
HSL color Cylindrical-coordinate representation of color #443C7D: hue angle of 247.38º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #443C7D is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 60 | 125 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.51 |
| HSL | 247.38º | 0.35% | 0.36% | - |
| HSV(B) | 247.38º | 0.52% | 0.49% | - |
| XYZ | 7.7 | 5.94 | 20.14 | - |
| YUV | 69.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 125 | 0.46 | 0.52 | 0 | 0.51 | 247.38 | 0.35 | 0.36 |
| Hex | 44 | 3C | 7D | 2E | 34 | 0 | 33 | F7 | 23 | 24 |
| Octal | 104 | 74 | 175 | 56 | 64 | 0 | 63 | 367 | 43 | 44 |
| Binary | 1000100 | 111100 | 1111101 | 101110 | 110100 | 0 | 110011 | 11110111 | 100011 | 100100 |
Color Harmonies of #443C7D
Complementary color
Monochromatic Colors of #443C7D
Black with #443C7D
Text Example
Text Example
White with #443C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C7D; }
p { color: rgb(68,60,125); }
H1.HeaderClassName
{
color: #443C7D;
}
.AnyTagClassName
{
color: #443C7D;
}
</style>
background-color css
<style>
a { background-color: #443C7D; }
a { background-color: rgb(68,60,125); }
div.DivClassName
{
background-color: #443C7D;
}
.BgClassName
{
background-color: #443C7D;
}
</style>
border-color css
<style>
span { border-color: #443C7D; }
span { border-color: rgb(68,60,125); }
td.TdClassName
{
border-color: #443C7D;
}
.TagClassName
{
border-color: #443C7D;
}
</style>