Shades of Dark Slate Blue #434293
Tints of Dark Slate Blue #434293
RGB
CMYK
RGB Variations
Color information
#434293 (or 0x434293) is known color: Dark Slate Blue. HEX triplet: 43, 42 and 93. RGB value is (67,66,147). Sum of RGB (Red+Green+Blue) = 67+66+147=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #434293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434293 is #BCBD6C. Grayscale: #4B4B4B. Windows color (decimal): -12369261 or 9650755. OLE color: 9650755.
HSL color Cylindrical-coordinate representation of color #434293: hue angle of 240.74º 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 #434293 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 66 | 147 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.42 |
| HSL | 240.74º | 0.38% | 0.42% | - |
| HSV(B) | 240.74º | 0.55% | 0.58% | - |
| XYZ | 9.53 | 7.2 | 28.49 | - |
| YUV | 75.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 147 | 0.54 | 0.55 | 0 | 0.42 | 240.74 | 0.38 | 0.42 |
| Hex | 43 | 42 | 93 | 36 | 37 | 0 | 2A | F1 | 26 | 2A |
| Octal | 103 | 102 | 223 | 66 | 67 | 0 | 52 | 361 | 46 | 52 |
| Binary | 1000011 | 1000010 | 10010011 | 110110 | 110111 | 0 | 101010 | 11110001 | 100110 | 101010 |
Color Harmonies of #434293
Complementary color
Monochromatic Colors of #434293
Black with #434293
Text Example
Text Example
White with #434293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434293; }
p { color: rgb(67,66,147); }
H1.HeaderClassName
{
color: #434293;
}
.AnyTagClassName
{
color: #434293;
}
</style>
background-color css
<style>
a { background-color: #434293; }
a { background-color: rgb(67,66,147); }
div.DivClassName
{
background-color: #434293;
}
.BgClassName
{
background-color: #434293;
}
</style>
border-color css
<style>
span { border-color: #434293; }
span { border-color: rgb(67,66,147); }
td.TdClassName
{
border-color: #434293;
}
.TagClassName
{
border-color: #434293;
}
</style>