Shades of Dark Slate Blue #3F4092
Tints of Dark Slate Blue #3F4092
RGB
CMYK
RGB Variations
Color information
#3F4092 (or 0x3F4092) is known color: Dark Slate Blue. HEX triplet: 3F, 40 and 92. RGB value is (63,64,146). Sum of RGB (Red+Green+Blue) = 63+64+146=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F4092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4092 is #C0BF6D. Grayscale: #484848. Windows color (decimal): -12631918 or 9584703. OLE color: 9584703.
HSL color Cylindrical-coordinate representation of color #3F4092: hue angle of 239.28º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F4092 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 64 | 146 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.43 |
| HSL | 239.28º | 0.4% | 0.41% | - |
| HSV(B) | 239.28º | 0.57% | 0.57% | - |
| XYZ | 9.07 | 6.8 | 28.03 | - |
| YUV | 73.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 146 | 0.57 | 0.56 | 0 | 0.43 | 239.28 | 0.4 | 0.41 |
| Hex | 3F | 40 | 92 | 39 | 38 | 0 | 2B | EF | 28 | 29 |
| Octal | 77 | 100 | 222 | 71 | 70 | 0 | 53 | 357 | 50 | 51 |
| Binary | 111111 | 1000000 | 10010010 | 111001 | 111000 | 0 | 101011 | 11101111 | 101000 | 101001 |
Color Harmonies of #3F4092
Complementary color
Monochromatic Colors of #3F4092
Black with #3F4092
Text Example
Text Example
White with #3F4092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4092; }
p { color: rgb(63,64,146); }
H1.HeaderClassName
{
color: #3F4092;
}
.AnyTagClassName
{
color: #3F4092;
}
</style>
background-color css
<style>
a { background-color: #3F4092; }
a { background-color: rgb(63,64,146); }
div.DivClassName
{
background-color: #3F4092;
}
.BgClassName
{
background-color: #3F4092;
}
</style>
border-color css
<style>
span { border-color: #3F4092; }
span { border-color: rgb(63,64,146); }
td.TdClassName
{
border-color: #3F4092;
}
.TagClassName
{
border-color: #3F4092;
}
</style>