Shades of Dark Slate Blue #3B308A
Tints of Dark Slate Blue #3B308A
RGB
CMYK
RGB Variations
Color information
#3B308A (or 0x3B308A) is known color: Dark Slate Blue. HEX triplet: 3B, 30 and 8A. RGB value is (59,48,138). Sum of RGB (Red+Green+Blue) = 59+48+138=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B308A is #C4CF75. Grayscale: #3D3D3D. Windows color (decimal): -12898166 or 9056315. OLE color: 9056315.
HSL color Cylindrical-coordinate representation of color #3B308A: hue angle of 247.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B308A is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 48 | 138 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.46 |
| HSL | 247.33º | 0.48% | 0.36% | - |
| HSV(B) | 247.33º | 0.65% | 0.54% | - |
| XYZ | 7.45 | 4.88 | 24.59 | - |
| YUV | 61.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 138 | 0.57 | 0.65 | 0 | 0.46 | 247.33 | 0.48 | 0.36 |
| Hex | 3B | 30 | 8A | 39 | 41 | 0 | 2E | F7 | 30 | 24 |
| Octal | 73 | 60 | 212 | 71 | 101 | 0 | 56 | 367 | 60 | 44 |
| Binary | 111011 | 110000 | 10001010 | 111001 | 1000001 | 0 | 101110 | 11110111 | 110000 | 100100 |
Color Harmonies of #3B308A
Complementary color
Monochromatic Colors of #3B308A
Black with #3B308A
Text Example
Text Example
White with #3B308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B308A; }
p { color: rgb(59,48,138); }
H1.HeaderClassName
{
color: #3B308A;
}
.AnyTagClassName
{
color: #3B308A;
}
</style>
background-color css
<style>
a { background-color: #3B308A; }
a { background-color: rgb(59,48,138); }
div.DivClassName
{
background-color: #3B308A;
}
.BgClassName
{
background-color: #3B308A;
}
</style>
border-color css
<style>
span { border-color: #3B308A; }
span { border-color: rgb(59,48,138); }
td.TdClassName
{
border-color: #3B308A;
}
.TagClassName
{
border-color: #3B308A;
}
</style>