Shades of Baltic Sea #373E46
Tints of Baltic Sea #373E46
RGB
CMYK
RGB Variations
Color information
#373E46 (or 0x373E46) is known color: Baltic Sea. HEX triplet: 37, 3E and 46. RGB value is (55,62,70). Sum of RGB (Red+Green+Blue) = 55+62+70=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #373E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373E46 is #C8C1B9. Grayscale: #3C3C3C. Windows color (decimal): -13156794 or 4603447. OLE color: 4603447.
HSL color Cylindrical-coordinate representation of color #373E46: hue angle of 212º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #373E46 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 62 | 70 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.73 |
| HSL | 212º | 0.12% | 0.25% | - |
| HSV(B) | 212º | 0.21% | 0.27% | - |
| XYZ | 4.4 | 4.7 | 6.47 | - |
| YUV | 60.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 70 | 0.21 | 0.11 | 0 | 0.73 | 212 | 0.12 | 0.25 |
| Hex | 37 | 3E | 46 | 15 | B | 0 | 49 | D4 | C | 19 |
| Octal | 67 | 76 | 106 | 25 | 13 | 0 | 111 | 324 | 14 | 31 |
| Binary | 110111 | 111110 | 1000110 | 10101 | 1011 | 0 | 1001001 | 11010100 | 1100 | 11001 |
Color Harmonies of #373E46
Complementary color
Monochromatic Colors of #373E46
Black with #373E46
Text Example
Text Example
White with #373E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E46; }
p { color: rgb(55,62,70); }
H1.HeaderClassName
{
color: #373E46;
}
.AnyTagClassName
{
color: #373E46;
}
</style>
background-color css
<style>
a { background-color: #373E46; }
a { background-color: rgb(55,62,70); }
div.DivClassName
{
background-color: #373E46;
}
.BgClassName
{
background-color: #373E46;
}
</style>
border-color css
<style>
span { border-color: #373E46; }
span { border-color: rgb(55,62,70); }
td.TdClassName
{
border-color: #373E46;
}
.TagClassName
{
border-color: #373E46;
}
</style>