Shades of Baltic Sea #373D44
Tints of Baltic Sea #373D44
RGB
CMYK
RGB Variations
Color information
#373D44 (or 0x373D44) is known color: Baltic Sea. HEX triplet: 37, 3D and 44. RGB value is (55,61,68). Sum of RGB (Red+Green+Blue) = 55+61+68=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 68 - color contains mainly: blue. Hex color #373D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D44 is #C8C2BB. Grayscale: #3B3B3B. Windows color (decimal): -13157052 or 4472119. OLE color: 4472119.
HSL color Cylindrical-coordinate representation of color #373D44: hue angle of 212.31º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #373D44 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 61 | 68 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.73 |
| HSL | 212.31º | 0.11% | 0.24% | - |
| HSV(B) | 212.31º | 0.19% | 0.27% | - |
| XYZ | 4.29 | 4.57 | 6.12 | - |
| YUV | 60 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 68 | 0.19 | 0.10 | 0 | 0.73 | 212.31 | 0.11 | 0.24 |
| Hex | 37 | 3D | 44 | 13 | A | 0 | 49 | D4 | B | 18 |
| Octal | 67 | 75 | 104 | 23 | 12 | 0 | 111 | 324 | 13 | 30 |
| Binary | 110111 | 111101 | 1000100 | 10011 | 1010 | 0 | 1001001 | 11010100 | 1011 | 11000 |
Color Harmonies of #373D44
Complementary color
Monochromatic Colors of #373D44
Black with #373D44
Text Example
Text Example
White with #373D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D44; }
p { color: rgb(55,61,68); }
H1.HeaderClassName
{
color: #373D44;
}
.AnyTagClassName
{
color: #373D44;
}
</style>
background-color css
<style>
a { background-color: #373D44; }
a { background-color: rgb(55,61,68); }
div.DivClassName
{
background-color: #373D44;
}
.BgClassName
{
background-color: #373D44;
}
</style>
border-color css
<style>
span { border-color: #373D44; }
span { border-color: rgb(55,61,68); }
td.TdClassName
{
border-color: #373D44;
}
.TagClassName
{
border-color: #373D44;
}
</style>