Shades of Dark Slate Blue #3B338F
Tints of Dark Slate Blue #3B338F
RGB
CMYK
RGB Variations
Color information
#3B338F (or 0x3B338F) is known color: Dark Slate Blue. HEX triplet: 3B, 33 and 8F. RGB value is (59,51,143). Sum of RGB (Red+Green+Blue) = 59+51+143=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B338F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B338F is #C4CC70. Grayscale: #3F3F3F. Windows color (decimal): -12897393 or 9384763. OLE color: 9384763.
HSL color Cylindrical-coordinate representation of color #3B338F: hue angle of 245.22º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B338F is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 51 | 143 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.44 |
| HSL | 245.22º | 0.47% | 0.38% | - |
| HSV(B) | 245.22º | 0.64% | 0.56% | - |
| XYZ | 7.95 | 5.28 | 26.59 | - |
| YUV | 63.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 143 | 0.59 | 0.64 | 0 | 0.44 | 245.22 | 0.47 | 0.38 |
| Hex | 3B | 33 | 8F | 3B | 40 | 0 | 2C | F5 | 2F | 26 |
| Octal | 73 | 63 | 217 | 73 | 100 | 0 | 54 | 365 | 57 | 46 |
| Binary | 111011 | 110011 | 10001111 | 111011 | 1000000 | 0 | 101100 | 11110101 | 101111 | 100110 |
Color Harmonies of #3B338F
Complementary color
Monochromatic Colors of #3B338F
Black with #3B338F
Text Example
Text Example
White with #3B338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B338F; }
p { color: rgb(59,51,143); }
H1.HeaderClassName
{
color: #3B338F;
}
.AnyTagClassName
{
color: #3B338F;
}
</style>
background-color css
<style>
a { background-color: #3B338F; }
a { background-color: rgb(59,51,143); }
div.DivClassName
{
background-color: #3B338F;
}
.BgClassName
{
background-color: #3B338F;
}
</style>
border-color css
<style>
span { border-color: #3B338F; }
span { border-color: rgb(59,51,143); }
td.TdClassName
{
border-color: #3B338F;
}
.TagClassName
{
border-color: #3B338F;
}
</style>