Shades of Baltic Sea #2E3842
Tints of Baltic Sea #2E3842
RGB
CMYK
RGB Variations
Color information
#2E3842 (or 0x2E3842) is known color: Baltic Sea. HEX triplet: 2E, 38 and 42. RGB value is (46,56,66). Sum of RGB (Red+Green+Blue) = 46+56+66=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 66 - color contains mainly: blue. Hex color #2E3842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3842 is #D1C7BD. Grayscale: #363636. Windows color (decimal): -13748158 or 4339758. OLE color: 4339758.
HSL color Cylindrical-coordinate representation of color #2E3842: hue angle of 210º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E3842 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 56 | 66 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.74 |
| HSL | 210º | 0.18% | 0.22% | - |
| HSV(B) | 210º | 0.3% | 0.26% | - |
| XYZ | 3.52 | 3.8 | 5.7 | - |
| YUV | 54.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 66 | 0.30 | 0.15 | 0 | 0.74 | 210 | 0.18 | 0.22 |
| Hex | 2E | 38 | 42 | 1E | F | 0 | 4A | D2 | 12 | 16 |
| Octal | 56 | 70 | 102 | 36 | 17 | 0 | 112 | 322 | 22 | 26 |
| Binary | 101110 | 111000 | 1000010 | 11110 | 1111 | 0 | 1001010 | 11010010 | 10010 | 10110 |
Color Harmonies of #2E3842
Complementary color
Monochromatic Colors of #2E3842
Black with #2E3842
Text Example
Text Example
White with #2E3842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3842; }
p { color: rgb(46,56,66); }
H1.HeaderClassName
{
color: #2E3842;
}
.AnyTagClassName
{
color: #2E3842;
}
</style>
background-color css
<style>
a { background-color: #2E3842; }
a { background-color: rgb(46,56,66); }
div.DivClassName
{
background-color: #2E3842;
}
.BgClassName
{
background-color: #2E3842;
}
</style>
border-color css
<style>
span { border-color: #2E3842; }
span { border-color: rgb(46,56,66); }
td.TdClassName
{
border-color: #2E3842;
}
.TagClassName
{
border-color: #2E3842;
}
</style>