Shades of Dark Slate Blue #3E4092
Tints of Dark Slate Blue #3E4092
RGB
CMYK
RGB Variations
Color information
#3E4092 (or 0x3E4092) is known color: Dark Slate Blue. HEX triplet: 3E, 40 and 92. RGB value is (62,64,146). Sum of RGB (Red+Green+Blue) = 62+64+146=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E4092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4092 is #C1BF6D. Grayscale: #484848. Windows color (decimal): -12697454 or 9584702. OLE color: 9584702.
HSL color Cylindrical-coordinate representation of color #3E4092: hue angle of 238.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E4092 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 64 | 146 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.43 |
| HSL | 238.57º | 0.4% | 0.41% | - |
| HSV(B) | 238.57º | 0.58% | 0.57% | - |
| XYZ | 9.01 | 6.77 | 28.03 | - |
| YUV | 72.75 | 169.34 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 146 | 0.58 | 0.56 | 0 | 0.43 | 238.57 | 0.4 | 0.41 |
| Hex | 3E | 40 | 92 | 3A | 38 | 0 | 2B | EF | 28 | 29 |
| Octal | 76 | 100 | 222 | 72 | 70 | 0 | 53 | 357 | 50 | 51 |
| Binary | 111110 | 1000000 | 10010010 | 111010 | 111000 | 0 | 101011 | 11101111 | 101000 | 101001 |
Color Harmonies of #3E4092
Complementary color
Monochromatic Colors of #3E4092
Black with #3E4092
Text Example
Text Example
White with #3E4092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4092; }
p { color: rgb(62,64,146); }
H1.HeaderClassName
{
color: #3E4092;
}
.AnyTagClassName
{
color: #3E4092;
}
</style>
background-color css
<style>
a { background-color: #3E4092; }
a { background-color: rgb(62,64,146); }
div.DivClassName
{
background-color: #3E4092;
}
.BgClassName
{
background-color: #3E4092;
}
</style>
border-color css
<style>
span { border-color: #3E4092; }
span { border-color: rgb(62,64,146); }
td.TdClassName
{
border-color: #3E4092;
}
.TagClassName
{
border-color: #3E4092;
}
</style>