Shades of Dark Slate Blue #3F3288
Tints of Dark Slate Blue #3F3288
RGB
CMYK
RGB Variations
Color information
#3F3288 (or 0x3F3288) is known color: Dark Slate Blue. HEX triplet: 3F, 32 and 88. RGB value is (63,50,136). Sum of RGB (Red+Green+Blue) = 63+50+136=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F3288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3288 is #C0CD77. Grayscale: #3F3F3F. Windows color (decimal): -12635512 or 8925759. OLE color: 8925759.
HSL color Cylindrical-coordinate representation of color #3F3288: hue angle of 249.07º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F3288 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 50 | 136 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.47 |
| HSL | 249.07º | 0.46% | 0.36% | - |
| HSV(B) | 249.07º | 0.63% | 0.53% | - |
| XYZ | 7.63 | 5.12 | 23.88 | - |
| YUV | 63.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 136 | 0.54 | 0.63 | 0 | 0.47 | 249.07 | 0.46 | 0.36 |
| Hex | 3F | 32 | 88 | 36 | 3F | 0 | 2F | F9 | 2E | 24 |
| Octal | 77 | 62 | 210 | 66 | 77 | 0 | 57 | 371 | 56 | 44 |
| Binary | 111111 | 110010 | 10001000 | 110110 | 111111 | 0 | 101111 | 11111001 | 101110 | 100100 |
Color Harmonies of #3F3288
Complementary color
Monochromatic Colors of #3F3288
Black with #3F3288
Text Example
Text Example
White with #3F3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3288; }
p { color: rgb(63,50,136); }
H1.HeaderClassName
{
color: #3F3288;
}
.AnyTagClassName
{
color: #3F3288;
}
</style>
background-color css
<style>
a { background-color: #3F3288; }
a { background-color: rgb(63,50,136); }
div.DivClassName
{
background-color: #3F3288;
}
.BgClassName
{
background-color: #3F3288;
}
</style>
border-color css
<style>
span { border-color: #3F3288; }
span { border-color: rgb(63,50,136); }
td.TdClassName
{
border-color: #3F3288;
}
.TagClassName
{
border-color: #3F3288;
}
</style>