Shades of Baltic Sea #373D43
Tints of Baltic Sea #373D43
RGB
CMYK
RGB Variations
Color information
#373D43 (or 0x373D43) is known color: Baltic Sea. HEX triplet: 37, 3D and 43. RGB value is (55,61,67). Sum of RGB (Red+Green+Blue) = 55+61+67=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 67 - color contains mainly: blue. Hex color #373D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D43 is #C8C2BC. Grayscale: #3B3B3B. Windows color (decimal): -13157053 or 4406583. OLE color: 4406583.
HSL color Cylindrical-coordinate representation of color #373D43: hue angle of 210º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #373D43 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 61 | 67 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.74 |
| HSL | 210º | 0.1% | 0.24% | - |
| HSV(B) | 210º | 0.18% | 0.26% | - |
| XYZ | 4.26 | 4.55 | 5.96 | - |
| YUV | 59.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 67 | 0.18 | 0.09 | 0 | 0.74 | 210 | 0.1 | 0.24 |
| Hex | 37 | 3D | 43 | 12 | 9 | 0 | 4A | D2 | A | 18 |
| Octal | 67 | 75 | 103 | 22 | 11 | 0 | 112 | 322 | 12 | 30 |
| Binary | 110111 | 111101 | 1000011 | 10010 | 1001 | 0 | 1001010 | 11010010 | 1010 | 11000 |
Color Harmonies of #373D43
Complementary color
Monochromatic Colors of #373D43
Black with #373D43
Text Example
Text Example
White with #373D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D43; }
p { color: rgb(55,61,67); }
H1.HeaderClassName
{
color: #373D43;
}
.AnyTagClassName
{
color: #373D43;
}
</style>
background-color css
<style>
a { background-color: #373D43; }
a { background-color: rgb(55,61,67); }
div.DivClassName
{
background-color: #373D43;
}
.BgClassName
{
background-color: #373D43;
}
</style>
border-color css
<style>
span { border-color: #373D43; }
span { border-color: rgb(55,61,67); }
td.TdClassName
{
border-color: #373D43;
}
.TagClassName
{
border-color: #373D43;
}
</style>