Shades of Dark Slate Blue #434288
Tints of Dark Slate Blue #434288
RGB
CMYK
RGB Variations
Color information
#434288 (or 0x434288) is known color: Dark Slate Blue. HEX triplet: 43, 42 and 88. RGB value is (67,66,136). Sum of RGB (Red+Green+Blue) = 67+66+136=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #434288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434288 is #BCBD77. Grayscale: #4A4A4A. Windows color (decimal): -12369272 or 8929859. OLE color: 8929859.
HSL color Cylindrical-coordinate representation of color #434288: hue angle of 240.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #434288 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 66 | 136 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.47 |
| HSL | 240.86º | 0.35% | 0.4% | - |
| HSV(B) | 240.86º | 0.51% | 0.53% | - |
| XYZ | 8.71 | 6.87 | 24.16 | - |
| YUV | 74.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 136 | 0.51 | 0.51 | 0 | 0.47 | 240.86 | 0.35 | 0.4 |
| Hex | 43 | 42 | 88 | 33 | 33 | 0 | 2F | F1 | 23 | 28 |
| Octal | 103 | 102 | 210 | 63 | 63 | 0 | 57 | 361 | 43 | 50 |
| Binary | 1000011 | 1000010 | 10001000 | 110011 | 110011 | 0 | 101111 | 11110001 | 100011 | 101000 |
Color Harmonies of #434288
Complementary color
Monochromatic Colors of #434288
Black with #434288
Text Example
Text Example
White with #434288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434288; }
p { color: rgb(67,66,136); }
H1.HeaderClassName
{
color: #434288;
}
.AnyTagClassName
{
color: #434288;
}
</style>
background-color css
<style>
a { background-color: #434288; }
a { background-color: rgb(67,66,136); }
div.DivClassName
{
background-color: #434288;
}
.BgClassName
{
background-color: #434288;
}
</style>
border-color css
<style>
span { border-color: #434288; }
span { border-color: rgb(67,66,136); }
td.TdClassName
{
border-color: #434288;
}
.TagClassName
{
border-color: #434288;
}
</style>