Shades of Baltic Sea #373A3D
Tints of Baltic Sea #373A3D
RGB
CMYK
RGB Variations
Color information
#373A3D (or 0x373A3D) is known color: Baltic Sea. HEX triplet: 37, 3A and 3D. RGB value is (55,58,61). Sum of RGB (Red+Green+Blue) = 55+58+61=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 61 - color contains mainly: blue. Hex color #373A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A3D is #C8C5C2. Grayscale: #393939. Windows color (decimal): -13157827 or 4012599. OLE color: 4012599.
HSL color Cylindrical-coordinate representation of color #373A3D: hue angle of 210º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #373A3D is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 58 | 61 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.76 |
| HSL | 210º | 0.05% | 0.23% | - |
| HSV(B) | 210º | 0.1% | 0.24% | - |
| XYZ | 3.93 | 4.18 | 5.01 | - |
| YUV | 57.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 61 | 0.10 | 0.05 | 0 | 0.76 | 210 | 0.05 | 0.23 |
| Hex | 37 | 3A | 3D | A | 5 | 0 | 4C | D2 | 5 | 17 |
| Octal | 67 | 72 | 75 | 12 | 5 | 0 | 114 | 322 | 5 | 27 |
| Binary | 110111 | 111010 | 111101 | 1010 | 101 | 0 | 1001100 | 11010010 | 101 | 10111 |
Color Harmonies of #373A3D
Complementary color
Monochromatic Colors of #373A3D
Black with #373A3D
Text Example
Text Example
White with #373A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A3D; }
p { color: rgb(55,58,61); }
H1.HeaderClassName
{
color: #373A3D;
}
.AnyTagClassName
{
color: #373A3D;
}
</style>
background-color css
<style>
a { background-color: #373A3D; }
a { background-color: rgb(55,58,61); }
div.DivClassName
{
background-color: #373A3D;
}
.BgClassName
{
background-color: #373A3D;
}
</style>
border-color css
<style>
span { border-color: #373A3D; }
span { border-color: rgb(55,58,61); }
td.TdClassName
{
border-color: #373A3D;
}
.TagClassName
{
border-color: #373A3D;
}
</style>