Shades of Dark Slate Blue #443D88
Tints of Dark Slate Blue #443D88
RGB
CMYK
RGB Variations
Color information
#443D88 (or 0x443D88) is known color: Dark Slate Blue. HEX triplet: 44, 3D and 88. RGB value is (68,61,136). Sum of RGB (Red+Green+Blue) = 68+61+136=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #443D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443D88 is #BBC277. Grayscale: #474747. Windows color (decimal): -12305016 or 8928580. OLE color: 8928580.
HSL color Cylindrical-coordinate representation of color #443D88: hue angle of 245.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #443D88 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 61 | 136 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.47 |
| HSL | 245.6º | 0.38% | 0.39% | - |
| HSV(B) | 245.6º | 0.55% | 0.53% | - |
| XYZ | 8.5 | 6.34 | 24.07 | - |
| YUV | 71.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 136 | 0.50 | 0.55 | 0 | 0.47 | 245.6 | 0.38 | 0.39 |
| Hex | 44 | 3D | 88 | 32 | 37 | 0 | 2F | F6 | 26 | 27 |
| Octal | 104 | 75 | 210 | 62 | 67 | 0 | 57 | 366 | 46 | 47 |
| Binary | 1000100 | 111101 | 10001000 | 110010 | 110111 | 0 | 101111 | 11110110 | 100110 | 100111 |
Color Harmonies of #443D88
Complementary color
Monochromatic Colors of #443D88
Black with #443D88
Text Example
Text Example
White with #443D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D88; }
p { color: rgb(68,61,136); }
H1.HeaderClassName
{
color: #443D88;
}
.AnyTagClassName
{
color: #443D88;
}
</style>
background-color css
<style>
a { background-color: #443D88; }
a { background-color: rgb(68,61,136); }
div.DivClassName
{
background-color: #443D88;
}
.BgClassName
{
background-color: #443D88;
}
</style>
border-color css
<style>
span { border-color: #443D88; }
span { border-color: rgb(68,61,136); }
td.TdClassName
{
border-color: #443D88;
}
.TagClassName
{
border-color: #443D88;
}
</style>