Shades of Dark Slate Blue #434695
Tints of Dark Slate Blue #434695
RGB
CMYK
RGB Variations
Color information
#434695 (or 0x434695) is known color: Dark Slate Blue. HEX triplet: 43, 46 and 95. RGB value is (67,70,149). Sum of RGB (Red+Green+Blue) = 67+70+149=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #434695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434695 is #BCB96A. Grayscale: #4D4D4D. Windows color (decimal): -12368235 or 9782851. OLE color: 9782851.
HSL color Cylindrical-coordinate representation of color #434695: hue angle of 237.8º 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 #434695 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 70 | 149 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.42 |
| HSL | 237.8º | 0.38% | 0.42% | - |
| HSV(B) | 237.8º | 0.55% | 0.58% | - |
| XYZ | 9.93 | 7.74 | 29.41 | - |
| YUV | 78.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 149 | 0.55 | 0.53 | 0 | 0.42 | 237.8 | 0.38 | 0.42 |
| Hex | 43 | 46 | 95 | 37 | 35 | 0 | 2A | EE | 26 | 2A |
| Octal | 103 | 106 | 225 | 67 | 65 | 0 | 52 | 356 | 46 | 52 |
| Binary | 1000011 | 1000110 | 10010101 | 110111 | 110101 | 0 | 101010 | 11101110 | 100110 | 101010 |
Color Harmonies of #434695
Complementary color
Monochromatic Colors of #434695
Black with #434695
Text Example
Text Example
White with #434695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434695; }
p { color: rgb(67,70,149); }
H1.HeaderClassName
{
color: #434695;
}
.AnyTagClassName
{
color: #434695;
}
</style>
background-color css
<style>
a { background-color: #434695; }
a { background-color: rgb(67,70,149); }
div.DivClassName
{
background-color: #434695;
}
.BgClassName
{
background-color: #434695;
}
</style>
border-color css
<style>
span { border-color: #434695; }
span { border-color: rgb(67,70,149); }
td.TdClassName
{
border-color: #434695;
}
.TagClassName
{
border-color: #434695;
}
</style>