Shades of Baltic Sea #373839
Tints of Baltic Sea #373839
RGB
CMYK
RGB Variations
Color information
#373839 (or 0x373839) is known color: Baltic Sea. HEX triplet: 37, 38 and 39. RGB value is (55,56,57). Sum of RGB (Red+Green+Blue) = 55+56+57=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 57 - color contains mainly: blue. Hex color #373839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373839 is #C8C7C6. Grayscale: #373737. Windows color (decimal): -13158343 or 3749943. OLE color: 3749943.
HSL color Cylindrical-coordinate representation of color #373839: hue angle of 210º degrees, saturation: 0.02, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #373839 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
RGB | 55 | 56 | 57 | - |
CMYK | 0.04 | 0.02 | 0 | 0.78 |
HSL | 210º | 0.02% | 0.22% | - |
HSV(B) | 210º | 0.04% | 0.22% | - |
XYZ | 3.73 | 3.94 | 4.43 | - |
YUV | 55.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 56 | 57 | 0.04 | 0.02 | 0 | 0.78 | 210 | 0.02 | 0.22 |
Hex | 37 | 38 | 39 | 4 | 2 | 0 | 4E | D2 | 2 | 16 |
Octal | 67 | 70 | 71 | 4 | 2 | 0 | 116 | 322 | 2 | 26 |
Binary | 110111 | 111000 | 111001 | 100 | 10 | 0 | 1001110 | 11010010 | 10 | 10110 |
Color Harmonies of #373839
Complementary color
Monochromatic Colors of #373839
Black with #373839
Text Example
Text Example
White with #373839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373839; }
p { color: rgb(55,56,57); }
H1.HeaderClassName
{
color: #373839;
}
.AnyTagClassName
{
color: #373839;
}
</style>
background-color css
<style>
a { background-color: #373839; }
a { background-color: rgb(55,56,57); }
div.DivClassName
{
background-color: #373839;
}
.BgClassName
{
background-color: #373839;
}
</style>
border-color css
<style>
span { border-color: #373839; }
span { border-color: rgb(55,56,57); }
td.TdClassName
{
border-color: #373839;
}
.TagClassName
{
border-color: #373839;
}
</style>