Shades of Baltic Sea #32373C
Tints of Baltic Sea #32373C
RGB
CMYK
RGB Variations
Color information
#32373C (or 0x32373C) is known color: Baltic Sea. HEX triplet: 32, 37 and 3C. RGB value is (50,55,60). Sum of RGB (Red+Green+Blue) = 50+55+60=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 60 - color contains mainly: blue. Hex color #32373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32373C is #CDC8C3. Grayscale: #363636. Windows color (decimal): -13486276 or 3946290. OLE color: 3946290.
HSL color Cylindrical-coordinate representation of color #32373C: hue angle of 210º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #32373C is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 55 | 60 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.76 |
| HSL | 210º | 0.09% | 0.22% | - |
| HSV(B) | 210º | 0.17% | 0.24% | - |
| XYZ | 3.5 | 3.74 | 4.81 | - |
| YUV | 54.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 60 | 0.17 | 0.08 | 0 | 0.76 | 210 | 0.09 | 0.22 |
| Hex | 32 | 37 | 3C | 11 | 8 | 0 | 4C | D2 | 9 | 16 |
| Octal | 62 | 67 | 74 | 21 | 10 | 0 | 114 | 322 | 11 | 26 |
| Binary | 110010 | 110111 | 111100 | 10001 | 1000 | 0 | 1001100 | 11010010 | 1001 | 10110 |
Color Harmonies of #32373C
Complementary color
Monochromatic Colors of #32373C
Black with #32373C
Text Example
Text Example
White with #32373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32373C; }
p { color: rgb(50,55,60); }
H1.HeaderClassName
{
color: #32373C;
}
.AnyTagClassName
{
color: #32373C;
}
</style>
background-color css
<style>
a { background-color: #32373C; }
a { background-color: rgb(50,55,60); }
div.DivClassName
{
background-color: #32373C;
}
.BgClassName
{
background-color: #32373C;
}
</style>
border-color css
<style>
span { border-color: #32373C; }
span { border-color: rgb(50,55,60); }
td.TdClassName
{
border-color: #32373C;
}
.TagClassName
{
border-color: #32373C;
}
</style>