Shades of Baltic Sea #393E43
Tints of Baltic Sea #393E43
RGB
CMYK
RGB Variations
Color information
#393E43 (or 0x393E43) is known color: Baltic Sea. HEX triplet: 39, 3E and 43. RGB value is (57,62,67). Sum of RGB (Red+Green+Blue) = 57+62+67=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 67 - color contains mainly: blue. Hex color #393E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E43 is #C6C1BC. Grayscale: #3D3D3D. Windows color (decimal): -13025725 or 4406841. OLE color: 4406841.
HSL color Cylindrical-coordinate representation of color #393E43: hue angle of 210º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #393E43 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 62 | 67 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.74 |
| HSL | 210º | 0.08% | 0.24% | - |
| HSV(B) | 210º | 0.15% | 0.26% | - |
| XYZ | 4.42 | 4.72 | 5.99 | - |
| YUV | 61.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 67 | 0.15 | 0.07 | 0 | 0.74 | 210 | 0.08 | 0.24 |
| Hex | 39 | 3E | 43 | F | 7 | 0 | 4A | D2 | 8 | 18 |
| Octal | 71 | 76 | 103 | 17 | 7 | 0 | 112 | 322 | 10 | 30 |
| Binary | 111001 | 111110 | 1000011 | 1111 | 111 | 0 | 1001010 | 11010010 | 1000 | 11000 |
Color Harmonies of #393E43
Complementary color
Monochromatic Colors of #393E43
Black with #393E43
Text Example
Text Example
White with #393E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E43; }
p { color: rgb(57,62,67); }
H1.HeaderClassName
{
color: #393E43;
}
.AnyTagClassName
{
color: #393E43;
}
</style>
background-color css
<style>
a { background-color: #393E43; }
a { background-color: rgb(57,62,67); }
div.DivClassName
{
background-color: #393E43;
}
.BgClassName
{
background-color: #393E43;
}
</style>
border-color css
<style>
span { border-color: #393E43; }
span { border-color: rgb(57,62,67); }
td.TdClassName
{
border-color: #393E43;
}
.TagClassName
{
border-color: #393E43;
}
</style>