Shades of Dark Slate Blue #3B3FA4
Tints of Dark Slate Blue #3B3FA4
RGB
CMYK
RGB Variations
Color information
#3B3FA4 (or 0x3B3FA4) is known color: Dark Slate Blue. HEX triplet: 3B, 3F and A4. RGB value is (59,63,164). Sum of RGB (Red+Green+Blue) = 59+63+164=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #3B3FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3FA4 is #C4C05B. Grayscale: #484848. Windows color (decimal): -12894300 or 10764091. OLE color: 10764091.
HSL color Cylindrical-coordinate representation of color #3B3FA4: hue angle of 237.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B3FA4 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 63 | 164 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.36 |
| HSL | 237.71º | 0.47% | 0.44% | - |
| HSV(B) | 237.71º | 0.64% | 0.64% | - |
| XYZ | 10.28 | 7.17 | 35.96 | - |
| YUV | 73.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 63 | 164 | 0.64 | 0.62 | 0 | 0.36 | 237.71 | 0.47 | 0.44 |
| Hex | 3B | 3F | A4 | 40 | 3E | 0 | 24 | EE | 2F | 2C |
| Octal | 73 | 77 | 244 | 100 | 76 | 0 | 44 | 356 | 57 | 54 |
| Binary | 111011 | 111111 | 10100100 | 1000000 | 111110 | 0 | 100100 | 11101110 | 101111 | 101100 |
Color Harmonies of #3B3FA4
Complementary color
Monochromatic Colors of #3B3FA4
Black with #3B3FA4
Text Example
Text Example
White with #3B3FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3FA4; }
p { color: rgb(59,63,164); }
H1.HeaderClassName
{
color: #3B3FA4;
}
.AnyTagClassName
{
color: #3B3FA4;
}
</style>
background-color css
<style>
a { background-color: #3B3FA4; }
a { background-color: rgb(59,63,164); }
div.DivClassName
{
background-color: #3B3FA4;
}
.BgClassName
{
background-color: #3B3FA4;
}
</style>
border-color css
<style>
span { border-color: #3B3FA4; }
span { border-color: rgb(59,63,164); }
td.TdClassName
{
border-color: #3B3FA4;
}
.TagClassName
{
border-color: #3B3FA4;
}
</style>