Shades of Dark Slate Blue #434298
Tints of Dark Slate Blue #434298
RGB
CMYK
RGB Variations
Color information
#434298 (or 0x434298) is known color: Dark Slate Blue. HEX triplet: 43, 42 and 98. RGB value is (67,66,152). Sum of RGB (Red+Green+Blue) = 67+66+152=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #434298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434298 is #BCBD67. Grayscale: #4B4B4B. Windows color (decimal): -12369256 or 9978435. OLE color: 9978435.
HSL color Cylindrical-coordinate representation of color #434298: hue angle of 240.7º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #434298 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 66 | 152 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.40 |
| HSL | 240.7º | 0.39% | 0.43% | - |
| HSV(B) | 240.7º | 0.57% | 0.6% | - |
| XYZ | 9.93 | 7.36 | 30.6 | - |
| YUV | 76.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 152 | 0.56 | 0.57 | 0 | 0.40 | 240.7 | 0.39 | 0.43 |
| Hex | 43 | 42 | 98 | 38 | 39 | 0 | 28 | F1 | 27 | 2B |
| Octal | 103 | 102 | 230 | 70 | 71 | 0 | 50 | 361 | 47 | 53 |
| Binary | 1000011 | 1000010 | 10011000 | 111000 | 111001 | 0 | 101000 | 11110001 | 100111 | 101011 |
Color Harmonies of #434298
Complementary color
Monochromatic Colors of #434298
Black with #434298
Text Example
Text Example
White with #434298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434298; }
p { color: rgb(67,66,152); }
H1.HeaderClassName
{
color: #434298;
}
.AnyTagClassName
{
color: #434298;
}
</style>
background-color css
<style>
a { background-color: #434298; }
a { background-color: rgb(67,66,152); }
div.DivClassName
{
background-color: #434298;
}
.BgClassName
{
background-color: #434298;
}
</style>
border-color css
<style>
span { border-color: #434298; }
span { border-color: rgb(67,66,152); }
td.TdClassName
{
border-color: #434298;
}
.TagClassName
{
border-color: #434298;
}
</style>