Shades of Dark Slate Blue #434592
Tints of Dark Slate Blue #434592
RGB
CMYK
RGB Variations
Color information
#434592 (or 0x434592) is known color: Dark Slate Blue. HEX triplet: 43, 45 and 92. RGB value is (67,69,146). Sum of RGB (Red+Green+Blue) = 67+69+146=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #434592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434592 is #BCBA6D. Grayscale: #4C4C4C. Windows color (decimal): -12368494 or 9585987. OLE color: 9585987.
HSL color Cylindrical-coordinate representation of color #434592: hue angle of 238.48º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #434592 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 69 | 146 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.43 |
| HSL | 238.48º | 0.37% | 0.42% | - |
| HSV(B) | 238.48º | 0.54% | 0.57% | - |
| XYZ | 9.63 | 7.52 | 28.14 | - |
| YUV | 77.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 146 | 0.54 | 0.53 | 0 | 0.43 | 238.48 | 0.37 | 0.42 |
| Hex | 43 | 45 | 92 | 36 | 35 | 0 | 2B | EE | 25 | 2A |
| Octal | 103 | 105 | 222 | 66 | 65 | 0 | 53 | 356 | 45 | 52 |
| Binary | 1000011 | 1000101 | 10010010 | 110110 | 110101 | 0 | 101011 | 11101110 | 100101 | 101010 |
Color Harmonies of #434592
Complementary color
Monochromatic Colors of #434592
Black with #434592
Text Example
Text Example
White with #434592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434592; }
p { color: rgb(67,69,146); }
H1.HeaderClassName
{
color: #434592;
}
.AnyTagClassName
{
color: #434592;
}
</style>
background-color css
<style>
a { background-color: #434592; }
a { background-color: rgb(67,69,146); }
div.DivClassName
{
background-color: #434592;
}
.BgClassName
{
background-color: #434592;
}
</style>
border-color css
<style>
span { border-color: #434592; }
span { border-color: rgb(67,69,146); }
td.TdClassName
{
border-color: #434592;
}
.TagClassName
{
border-color: #434592;
}
</style>