Shades of Dark Slate Blue #3B288F
Tints of Dark Slate Blue #3B288F
RGB
CMYK
RGB Variations
Color information
#3B288F (or 0x3B288F) is known color: Dark Slate Blue. HEX triplet: 3B, 28 and 8F. RGB value is (59,40,143). Sum of RGB (Red+Green+Blue) = 59+40+143=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B288F is #C4D770. Grayscale: #393939. Windows color (decimal): -12900209 or 9381947. OLE color: 9381947.
HSL color Cylindrical-coordinate representation of color #3B288F: hue angle of 251.07º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B288F is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 40 | 143 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.44 |
| HSL | 251.07º | 0.56% | 0.36% | - |
| HSV(B) | 251.07º | 0.72% | 0.56% | - |
| XYZ | 7.52 | 4.43 | 26.45 | - |
| YUV | 57.42 | 176.29 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 143 | 0.59 | 0.72 | 0 | 0.44 | 251.07 | 0.56 | 0.36 |
| Hex | 3B | 28 | 8F | 3B | 48 | 0 | 2C | FB | 38 | 24 |
| Octal | 73 | 50 | 217 | 73 | 110 | 0 | 54 | 373 | 70 | 44 |
| Binary | 111011 | 101000 | 10001111 | 111011 | 1001000 | 0 | 101100 | 11111011 | 111000 | 100100 |
Color Harmonies of #3B288F
Complementary color
Monochromatic Colors of #3B288F
Black with #3B288F
Text Example
Text Example
White with #3B288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B288F; }
p { color: rgb(59,40,143); }
H1.HeaderClassName
{
color: #3B288F;
}
.AnyTagClassName
{
color: #3B288F;
}
</style>
background-color css
<style>
a { background-color: #3B288F; }
a { background-color: rgb(59,40,143); }
div.DivClassName
{
background-color: #3B288F;
}
.BgClassName
{
background-color: #3B288F;
}
</style>
border-color css
<style>
span { border-color: #3B288F; }
span { border-color: rgb(59,40,143); }
td.TdClassName
{
border-color: #3B288F;
}
.TagClassName
{
border-color: #3B288F;
}
</style>