Shades of Baltic Sea #393A3B
Tints of Baltic Sea #393A3B
RGB
CMYK
RGB Variations
Color information
#393A3B (or 0x393A3B) is known color: Baltic Sea. HEX triplet: 39, 3A and 3B. RGB value is (57,58,59). Sum of RGB (Red+Green+Blue) = 57+58+59=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 59 - color contains mainly: blue. Hex color #393A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A3B is #C6C5C4. Grayscale: #393939. Windows color (decimal): -13026757 or 3881529. OLE color: 3881529.
HSL color Cylindrical-coordinate representation of color #393A3B: hue angle of 210º degrees, saturation: 0.02, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #393A3B is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 58 | 59 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.77 |
| HSL | 210º | 0.02% | 0.23% | - |
| HSV(B) | 210º | 0.03% | 0.23% | - |
| XYZ | 3.99 | 4.21 | 4.74 | - |
| YUV | 57.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 59 | 0.03 | 0.02 | 0 | 0.77 | 210 | 0.02 | 0.23 |
| Hex | 39 | 3A | 3B | 3 | 2 | 0 | 4D | D2 | 2 | 17 |
| Octal | 71 | 72 | 73 | 3 | 2 | 0 | 115 | 322 | 2 | 27 |
| Binary | 111001 | 111010 | 111011 | 11 | 10 | 0 | 1001101 | 11010010 | 10 | 10111 |
Color Harmonies of #393A3B
Complementary color
Monochromatic Colors of #393A3B
Black with #393A3B
Text Example
Text Example
White with #393A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A3B; }
p { color: rgb(57,58,59); }
H1.HeaderClassName
{
color: #393A3B;
}
.AnyTagClassName
{
color: #393A3B;
}
</style>
background-color css
<style>
a { background-color: #393A3B; }
a { background-color: rgb(57,58,59); }
div.DivClassName
{
background-color: #393A3B;
}
.BgClassName
{
background-color: #393A3B;
}
</style>
border-color css
<style>
span { border-color: #393A3B; }
span { border-color: rgb(57,58,59); }
td.TdClassName
{
border-color: #393A3B;
}
.TagClassName
{
border-color: #393A3B;
}
</style>