Shades of Dark Slate Blue #3F368A
Tints of Dark Slate Blue #3F368A
RGB
CMYK
RGB Variations
Color information
#3F368A (or 0x3F368A) is known color: Dark Slate Blue. HEX triplet: 3F, 36 and 8A. RGB value is (63,54,138). Sum of RGB (Red+Green+Blue) = 63+54+138=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F368A is #C0C975. Grayscale: #414141. Windows color (decimal): -12634486 or 9057855. OLE color: 9057855.
HSL color Cylindrical-coordinate representation of color #3F368A: hue angle of 246.43º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F368A is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 54 | 138 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.46 |
| HSL | 246.43º | 0.44% | 0.38% | - |
| HSV(B) | 246.43º | 0.61% | 0.54% | - |
| XYZ | 7.96 | 5.53 | 24.69 | - |
| YUV | 66.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 138 | 0.54 | 0.61 | 0 | 0.46 | 246.43 | 0.44 | 0.38 |
| Hex | 3F | 36 | 8A | 36 | 3D | 0 | 2E | F6 | 2C | 26 |
| Octal | 77 | 66 | 212 | 66 | 75 | 0 | 56 | 366 | 54 | 46 |
| Binary | 111111 | 110110 | 10001010 | 110110 | 111101 | 0 | 101110 | 11110110 | 101100 | 100110 |
Color Harmonies of #3F368A
Complementary color
Monochromatic Colors of #3F368A
Black with #3F368A
Text Example
Text Example
White with #3F368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F368A; }
p { color: rgb(63,54,138); }
H1.HeaderClassName
{
color: #3F368A;
}
.AnyTagClassName
{
color: #3F368A;
}
</style>
background-color css
<style>
a { background-color: #3F368A; }
a { background-color: rgb(63,54,138); }
div.DivClassName
{
background-color: #3F368A;
}
.BgClassName
{
background-color: #3F368A;
}
</style>
border-color css
<style>
span { border-color: #3F368A; }
span { border-color: rgb(63,54,138); }
td.TdClassName
{
border-color: #3F368A;
}
.TagClassName
{
border-color: #3F368A;
}
</style>