Shades of Dark Slate Blue #434194
Tints of Dark Slate Blue #434194
RGB
CMYK
RGB Variations
Color information
#434194 (or 0x434194) is known color: Dark Slate Blue. HEX triplet: 43, 41 and 94. RGB value is (67,65,148). Sum of RGB (Red+Green+Blue) = 67+65+148=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #434194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434194 is #BCBE6B. Grayscale: #4A4A4A. Windows color (decimal): -12369516 or 9716035. OLE color: 9716035.
HSL color Cylindrical-coordinate representation of color #434194: hue angle of 241.45º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #434194 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 65 | 148 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.42 |
| HSL | 241.45º | 0.39% | 0.42% | - |
| HSV(B) | 241.45º | 0.56% | 0.58% | - |
| XYZ | 9.55 | 7.11 | 28.89 | - |
| YUV | 75.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 148 | 0.55 | 0.56 | 0 | 0.42 | 241.45 | 0.39 | 0.42 |
| Hex | 43 | 41 | 94 | 37 | 38 | 0 | 2A | F1 | 27 | 2A |
| Octal | 103 | 101 | 224 | 67 | 70 | 0 | 52 | 361 | 47 | 52 |
| Binary | 1000011 | 1000001 | 10010100 | 110111 | 111000 | 0 | 101010 | 11110001 | 100111 | 101010 |
Color Harmonies of #434194
Complementary color
Monochromatic Colors of #434194
Black with #434194
Text Example
Text Example
White with #434194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434194; }
p { color: rgb(67,65,148); }
H1.HeaderClassName
{
color: #434194;
}
.AnyTagClassName
{
color: #434194;
}
</style>
background-color css
<style>
a { background-color: #434194; }
a { background-color: rgb(67,65,148); }
div.DivClassName
{
background-color: #434194;
}
.BgClassName
{
background-color: #434194;
}
</style>
border-color css
<style>
span { border-color: #434194; }
span { border-color: rgb(67,65,148); }
td.TdClassName
{
border-color: #434194;
}
.TagClassName
{
border-color: #434194;
}
</style>