Shades of Dark Slate Blue #443C7E
Tints of Dark Slate Blue #443C7E
RGB
CMYK
RGB Variations
Color information
#443C7E (or 0x443C7E) is known color: Dark Slate Blue. HEX triplet: 44, 3C and 7E. RGB value is (68,60,126). Sum of RGB (Red+Green+Blue) = 68+60+126=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #443C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C7E is #BBC381. Grayscale: #454545. Windows color (decimal): -12305282 or 8272964. OLE color: 8272964.
HSL color Cylindrical-coordinate representation of color #443C7E: hue angle of 247.27º 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 #443C7E is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 60 | 126 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.51 |
| HSL | 247.27º | 0.35% | 0.36% | - |
| HSV(B) | 247.27º | 0.52% | 0.49% | - |
| XYZ | 7.77 | 5.97 | 20.48 | - |
| YUV | 69.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 126 | 0.46 | 0.52 | 0 | 0.51 | 247.27 | 0.35 | 0.36 |
| Hex | 44 | 3C | 7E | 2E | 34 | 0 | 33 | F7 | 23 | 24 |
| Octal | 104 | 74 | 176 | 56 | 64 | 0 | 63 | 367 | 43 | 44 |
| Binary | 1000100 | 111100 | 1111110 | 101110 | 110100 | 0 | 110011 | 11110111 | 100011 | 100100 |
Color Harmonies of #443C7E
Complementary color
Monochromatic Colors of #443C7E
Black with #443C7E
Text Example
Text Example
White with #443C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C7E; }
p { color: rgb(68,60,126); }
H1.HeaderClassName
{
color: #443C7E;
}
.AnyTagClassName
{
color: #443C7E;
}
</style>
background-color css
<style>
a { background-color: #443C7E; }
a { background-color: rgb(68,60,126); }
div.DivClassName
{
background-color: #443C7E;
}
.BgClassName
{
background-color: #443C7E;
}
</style>
border-color css
<style>
span { border-color: #443C7E; }
span { border-color: rgb(68,60,126); }
td.TdClassName
{
border-color: #443C7E;
}
.TagClassName
{
border-color: #443C7E;
}
</style>