Shades of Dark Slate Blue #443388
Tints of Dark Slate Blue #443388
RGB
CMYK
RGB Variations
Color information
#443388 (or 0x443388) is known color: Dark Slate Blue. HEX triplet: 44, 33 and 88. RGB value is (68,51,136). Sum of RGB (Red+Green+Blue) = 68+51+136=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #443388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443388 is #BBCC77. Grayscale: #414141. Windows color (decimal): -12307576 or 8926020. OLE color: 8926020.
HSL color Cylindrical-coordinate representation of color #443388: hue angle of 252º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #443388 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 51 | 136 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.47 |
| HSL | 252º | 0.45% | 0.37% | - |
| HSV(B) | 252º | 0.63% | 0.53% | - |
| XYZ | 8.01 | 5.37 | 23.91 | - |
| YUV | 65.77 | 167.63 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 136 | 0.50 | 0.62 | 0 | 0.47 | 252 | 0.45 | 0.37 |
| Hex | 44 | 33 | 88 | 32 | 3E | 0 | 2F | FC | 2D | 25 |
| Octal | 104 | 63 | 210 | 62 | 76 | 0 | 57 | 374 | 55 | 45 |
| Binary | 1000100 | 110011 | 10001000 | 110010 | 111110 | 0 | 101111 | 11111100 | 101101 | 100101 |
Color Harmonies of #443388
Complementary color
Monochromatic Colors of #443388
Black with #443388
Text Example
Text Example
White with #443388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443388; }
p { color: rgb(68,51,136); }
H1.HeaderClassName
{
color: #443388;
}
.AnyTagClassName
{
color: #443388;
}
</style>
background-color css
<style>
a { background-color: #443388; }
a { background-color: rgb(68,51,136); }
div.DivClassName
{
background-color: #443388;
}
.BgClassName
{
background-color: #443388;
}
</style>
border-color css
<style>
span { border-color: #443388; }
span { border-color: rgb(68,51,136); }
td.TdClassName
{
border-color: #443388;
}
.TagClassName
{
border-color: #443388;
}
</style>