Shades of Black Marlin #3B384D
Tints of Black Marlin #3B384D
RGB
CMYK
RGB Variations
Color information
#3B384D (or 0x3B384D) is known color: Black Marlin. HEX triplet: 3B, 38 and 4D. RGB value is (59,56,77). Sum of RGB (Red+Green+Blue) = 59+56+77=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B384D is #C4C7B2. Grayscale: #3B3B3B. Windows color (decimal): -12896179 or 5060667. OLE color: 5060667.
HSL color Cylindrical-coordinate representation of color #3B384D: hue angle of 248.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B384D is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 56 | 77 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.70 |
| HSL | 248.57º | 0.16% | 0.26% | - |
| HSV(B) | 248.57º | 0.27% | 0.3% | - |
| XYZ | 4.56 | 4.29 | 7.61 | - |
| YUV | 59.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 77 | 0.23 | 0.27 | 0 | 0.70 | 248.57 | 0.16 | 0.26 |
| Hex | 3B | 38 | 4D | 17 | 1B | 0 | 46 | F9 | 10 | 1A |
| Octal | 73 | 70 | 115 | 27 | 33 | 0 | 106 | 371 | 20 | 32 |
| Binary | 111011 | 111000 | 1001101 | 10111 | 11011 | 0 | 1000110 | 11111001 | 10000 | 11010 |
Color Harmonies of #3B384D
Complementary color
Monochromatic Colors of #3B384D
Black with #3B384D
Text Example
Text Example
White with #3B384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B384D; }
p { color: rgb(59,56,77); }
H1.HeaderClassName
{
color: #3B384D;
}
.AnyTagClassName
{
color: #3B384D;
}
</style>
background-color css
<style>
a { background-color: #3B384D; }
a { background-color: rgb(59,56,77); }
div.DivClassName
{
background-color: #3B384D;
}
.BgClassName
{
background-color: #3B384D;
}
</style>
border-color css
<style>
span { border-color: #3B384D; }
span { border-color: rgb(59,56,77); }
td.TdClassName
{
border-color: #3B384D;
}
.TagClassName
{
border-color: #3B384D;
}
</style>