Shades of Baltic Sea #32383F
Tints of Baltic Sea #32383F
RGB
CMYK
RGB Variations
Color information
#32383F (or 0x32383F) is known color: Baltic Sea. HEX triplet: 32, 38 and 3F. RGB value is (50,56,63). Sum of RGB (Red+Green+Blue) = 50+56+63=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 63 - color contains mainly: blue. Hex color #32383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32383F is #CDC7C0. Grayscale: #363636. Windows color (decimal): -13486017 or 4143154. OLE color: 4143154.
HSL color Cylindrical-coordinate representation of color #32383F: hue angle of 212.31º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #32383F is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 56 | 63 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.75 |
| HSL | 212.31º | 0.12% | 0.22% | - |
| HSV(B) | 212.31º | 0.21% | 0.25% | - |
| XYZ | 3.63 | 3.87 | 5.26 | - |
| YUV | 55 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 63 | 0.21 | 0.11 | 0 | 0.75 | 212.31 | 0.12 | 0.22 |
| Hex | 32 | 38 | 3F | 15 | B | 0 | 4B | D4 | C | 16 |
| Octal | 62 | 70 | 77 | 25 | 13 | 0 | 113 | 324 | 14 | 26 |
| Binary | 110010 | 111000 | 111111 | 10101 | 1011 | 0 | 1001011 | 11010100 | 1100 | 10110 |
Color Harmonies of #32383F
Complementary color
Monochromatic Colors of #32383F
Black with #32383F
Text Example
Text Example
White with #32383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32383F; }
p { color: rgb(50,56,63); }
H1.HeaderClassName
{
color: #32383F;
}
.AnyTagClassName
{
color: #32383F;
}
</style>
background-color css
<style>
a { background-color: #32383F; }
a { background-color: rgb(50,56,63); }
div.DivClassName
{
background-color: #32383F;
}
.BgClassName
{
background-color: #32383F;
}
</style>
border-color css
<style>
span { border-color: #32383F; }
span { border-color: rgb(50,56,63); }
td.TdClassName
{
border-color: #32383F;
}
.TagClassName
{
border-color: #32383F;
}
</style>