Shades of Dark Slate Blue #434294
Tints of Dark Slate Blue #434294
RGB
CMYK
RGB Variations
Color information
#434294 (or 0x434294) is known color: Dark Slate Blue. HEX triplet: 43, 42 and 94. RGB value is (67,66,148). Sum of RGB (Red+Green+Blue) = 67+66+148=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #434294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434294 is #BCBD6B. Grayscale: #4B4B4B. Windows color (decimal): -12369260 or 9716291. OLE color: 9716291.
HSL color Cylindrical-coordinate representation of color #434294: hue angle of 240.73º 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 #434294 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 66 | 148 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.42 |
| HSL | 240.73º | 0.38% | 0.42% | - |
| HSV(B) | 240.73º | 0.55% | 0.58% | - |
| XYZ | 9.61 | 7.23 | 28.91 | - |
| YUV | 75.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 148 | 0.55 | 0.55 | 0 | 0.42 | 240.73 | 0.38 | 0.42 |
| Hex | 43 | 42 | 94 | 37 | 37 | 0 | 2A | F1 | 26 | 2A |
| Octal | 103 | 102 | 224 | 67 | 67 | 0 | 52 | 361 | 46 | 52 |
| Binary | 1000011 | 1000010 | 10010100 | 110111 | 110111 | 0 | 101010 | 11110001 | 100110 | 101010 |
Color Harmonies of #434294
Complementary color
Monochromatic Colors of #434294
Black with #434294
Text Example
Text Example
White with #434294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434294; }
p { color: rgb(67,66,148); }
H1.HeaderClassName
{
color: #434294;
}
.AnyTagClassName
{
color: #434294;
}
</style>
background-color css
<style>
a { background-color: #434294; }
a { background-color: rgb(67,66,148); }
div.DivClassName
{
background-color: #434294;
}
.BgClassName
{
background-color: #434294;
}
</style>
border-color css
<style>
span { border-color: #434294; }
span { border-color: rgb(67,66,148); }
td.TdClassName
{
border-color: #434294;
}
.TagClassName
{
border-color: #434294;
}
</style>