Shades of Dark Slate Blue #3E4099
Tints of Dark Slate Blue #3E4099
RGB
CMYK
RGB Variations
Color information
#3E4099 (or 0x3E4099) is known color: Dark Slate Blue. HEX triplet: 3E, 40 and 99. RGB value is (62,64,153). Sum of RGB (Red+Green+Blue) = 62+64+153=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E4099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4099 is #C1BF66. Grayscale: #494949. Windows color (decimal): -12697447 or 10043454. OLE color: 10043454.
HSL color Cylindrical-coordinate representation of color #3E4099: hue angle of 238.68º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E4099 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 62 | 64 | 153 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.4 |
| HSL | 238.68º | 0.42% | 0.42% | - |
| HSV(B) | 238.68º | 0.59% | 0.6% | - |
| XYZ | 9.57 | 6.99 | 30.98 | - |
| YUV | 73.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 153 | 0.59 | 0.58 | 0 | 0.4 | 238.68 | 0.42 | 0.42 |
| Hex | 3E | 40 | 99 | 3B | 3A | 0 | 28 | EF | 2A | 2A |
| Octal | 76 | 100 | 231 | 73 | 72 | 0 | 50 | 357 | 52 | 52 |
| Binary | 111110 | 1000000 | 10011001 | 111011 | 111010 | 0 | 101000 | 11101111 | 101010 | 101010 |
Color Harmonies of #3E4099
Complementary color
Monochromatic Colors of #3E4099
Black with #3E4099
Text Example
Text Example
White with #3E4099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4099; }
p { color: rgb(62,64,153); }
H1.HeaderClassName
{
color: #3E4099;
}
.AnyTagClassName
{
color: #3E4099;
}
</style>
background-color css
<style>
a { background-color: #3E4099; }
a { background-color: rgb(62,64,153); }
div.DivClassName
{
background-color: #3E4099;
}
.BgClassName
{
background-color: #3E4099;
}
</style>
border-color css
<style>
span { border-color: #3E4099; }
span { border-color: rgb(62,64,153); }
td.TdClassName
{
border-color: #3E4099;
}
.TagClassName
{
border-color: #3E4099;
}
</style>