Shades of Dark Slate Blue #434395
Tints of Dark Slate Blue #434395
RGB
CMYK
RGB Variations
Color information
#434395 (or 0x434395) is known color: Dark Slate Blue. HEX triplet: 43, 43 and 95. RGB value is (67,67,149). Sum of RGB (Red+Green+Blue) = 67+67+149=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #434395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434395 is #BCBC6A. Grayscale: #4C4C4C. Windows color (decimal): -12369003 or 9782083. OLE color: 9782083.
HSL color Cylindrical-coordinate representation of color #434395: hue angle of 240º 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 #434395 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 67 | 149 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.42 |
| HSL | 240º | 0.38% | 0.42% | - |
| HSV(B) | 240º | 0.55% | 0.58% | - |
| XYZ | 9.75 | 7.38 | 29.34 | - |
| YUV | 76.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 149 | 0.55 | 0.55 | 0 | 0.42 | 240 | 0.38 | 0.42 |
| Hex | 43 | 43 | 95 | 37 | 37 | 0 | 2A | F0 | 26 | 2A |
| Octal | 103 | 103 | 225 | 67 | 67 | 0 | 52 | 360 | 46 | 52 |
| Binary | 1000011 | 1000011 | 10010101 | 110111 | 110111 | 0 | 101010 | 11110000 | 100110 | 101010 |
Color Harmonies of #434395
Complementary color
Monochromatic Colors of #434395
Black with #434395
Text Example
Text Example
White with #434395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434395; }
p { color: rgb(67,67,149); }
H1.HeaderClassName
{
color: #434395;
}
.AnyTagClassName
{
color: #434395;
}
</style>
background-color css
<style>
a { background-color: #434395; }
a { background-color: rgb(67,67,149); }
div.DivClassName
{
background-color: #434395;
}
.BgClassName
{
background-color: #434395;
}
</style>
border-color css
<style>
span { border-color: #434395; }
span { border-color: rgb(67,67,149); }
td.TdClassName
{
border-color: #434395;
}
.TagClassName
{
border-color: #434395;
}
</style>