Shades of Dark Slate Blue #3F389C
Tints of Dark Slate Blue #3F389C
RGB
CMYK
RGB Variations
Color information
#3F389C (or 0x3F389C) is known color: Dark Slate Blue. HEX triplet: 3F, 38 and 9C. RGB value is (63,56,156). Sum of RGB (Red+Green+Blue) = 63+56+156=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F389C is #C0C763. Grayscale: #454545. Windows color (decimal): -12633956 or 10238015. OLE color: 10238015.
HSL color Cylindrical-coordinate representation of color #3F389C: hue angle of 244.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F389C is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 56 | 156 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.39 |
| HSL | 244.2º | 0.47% | 0.42% | - |
| HSV(B) | 244.2º | 0.64% | 0.61% | - |
| XYZ | 9.46 | 6.29 | 32.17 | - |
| YUV | 69.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 156 | 0.60 | 0.64 | 0 | 0.39 | 244.2 | 0.47 | 0.42 |
| Hex | 3F | 38 | 9C | 3C | 40 | 0 | 27 | F4 | 2F | 2A |
| Octal | 77 | 70 | 234 | 74 | 100 | 0 | 47 | 364 | 57 | 52 |
| Binary | 111111 | 111000 | 10011100 | 111100 | 1000000 | 0 | 100111 | 11110100 | 101111 | 101010 |
Color Harmonies of #3F389C
Complementary color
Monochromatic Colors of #3F389C
Black with #3F389C
Text Example
Text Example
White with #3F389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F389C; }
p { color: rgb(63,56,156); }
H1.HeaderClassName
{
color: #3F389C;
}
.AnyTagClassName
{
color: #3F389C;
}
</style>
background-color css
<style>
a { background-color: #3F389C; }
a { background-color: rgb(63,56,156); }
div.DivClassName
{
background-color: #3F389C;
}
.BgClassName
{
background-color: #3F389C;
}
</style>
border-color css
<style>
span { border-color: #3F389C; }
span { border-color: rgb(63,56,156); }
td.TdClassName
{
border-color: #3F389C;
}
.TagClassName
{
border-color: #3F389C;
}
</style>