Shades of Dark Slate Blue #434593
Tints of Dark Slate Blue #434593
RGB
CMYK
RGB Variations
Color information
#434593 (or 0x434593) is known color: Dark Slate Blue. HEX triplet: 43, 45 and 93. RGB value is (67,69,147). Sum of RGB (Red+Green+Blue) = 67+69+147=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #434593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434593 is #BCBA6C. Grayscale: #4C4C4C. Windows color (decimal): -12368493 or 9651523. OLE color: 9651523.
HSL color Cylindrical-coordinate representation of color #434593: hue angle of 238.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #434593 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 69 | 147 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.42 |
| HSL | 238.5º | 0.37% | 0.42% | - |
| HSV(B) | 238.5º | 0.54% | 0.58% | - |
| XYZ | 9.71 | 7.56 | 28.55 | - |
| YUV | 77.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 147 | 0.54 | 0.53 | 0 | 0.42 | 238.5 | 0.37 | 0.42 |
| Hex | 43 | 45 | 93 | 36 | 35 | 0 | 2A | EE | 25 | 2A |
| Octal | 103 | 105 | 223 | 66 | 65 | 0 | 52 | 356 | 45 | 52 |
| Binary | 1000011 | 1000101 | 10010011 | 110110 | 110101 | 0 | 101010 | 11101110 | 100101 | 101010 |
Color Harmonies of #434593
Complementary color
Monochromatic Colors of #434593
Black with #434593
Text Example
Text Example
White with #434593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434593; }
p { color: rgb(67,69,147); }
H1.HeaderClassName
{
color: #434593;
}
.AnyTagClassName
{
color: #434593;
}
</style>
background-color css
<style>
a { background-color: #434593; }
a { background-color: rgb(67,69,147); }
div.DivClassName
{
background-color: #434593;
}
.BgClassName
{
background-color: #434593;
}
</style>
border-color css
<style>
span { border-color: #434593; }
span { border-color: rgb(67,69,147); }
td.TdClassName
{
border-color: #434593;
}
.TagClassName
{
border-color: #434593;
}
</style>