Shades of Dark Slate Blue #434594
Tints of Dark Slate Blue #434594
RGB
CMYK
RGB Variations
Color information
#434594 (or 0x434594) is known color: Dark Slate Blue. HEX triplet: 43, 45 and 94. RGB value is (67,69,148). Sum of RGB (Red+Green+Blue) = 67+69+148=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #434594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434594 is #BCBA6B. Grayscale: #4D4D4D. Windows color (decimal): -12368492 or 9717059. OLE color: 9717059.
HSL color Cylindrical-coordinate representation of color #434594: hue angle of 238.52º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #434594 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 69 | 148 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.42 |
| HSL | 238.52º | 0.38% | 0.42% | - |
| HSV(B) | 238.52º | 0.55% | 0.58% | - |
| XYZ | 9.79 | 7.59 | 28.97 | - |
| YUV | 77.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 148 | 0.55 | 0.53 | 0 | 0.42 | 238.52 | 0.38 | 0.42 |
| Hex | 43 | 45 | 94 | 37 | 35 | 0 | 2A | EF | 26 | 2A |
| Octal | 103 | 105 | 224 | 67 | 65 | 0 | 52 | 357 | 46 | 52 |
| Binary | 1000011 | 1000101 | 10010100 | 110111 | 110101 | 0 | 101010 | 11101111 | 100110 | 101010 |
Color Harmonies of #434594
Complementary color
Monochromatic Colors of #434594
Black with #434594
Text Example
Text Example
White with #434594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434594; }
p { color: rgb(67,69,148); }
H1.HeaderClassName
{
color: #434594;
}
.AnyTagClassName
{
color: #434594;
}
</style>
background-color css
<style>
a { background-color: #434594; }
a { background-color: rgb(67,69,148); }
div.DivClassName
{
background-color: #434594;
}
.BgClassName
{
background-color: #434594;
}
</style>
border-color css
<style>
span { border-color: #434594; }
span { border-color: rgb(67,69,148); }
td.TdClassName
{
border-color: #434594;
}
.TagClassName
{
border-color: #434594;
}
</style>