Shades of Baltic Sea #343D45
Tints of Baltic Sea #343D45
RGB
CMYK
RGB Variations
Color information
#343D45 (or 0x343D45) is known color: Baltic Sea. HEX triplet: 34, 3D and 45. RGB value is (52,61,69). Sum of RGB (Red+Green+Blue) = 52+61+69=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 69 - color contains mainly: blue. Hex color #343D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D45 is #CBC2BA. Grayscale: #3B3B3B. Windows color (decimal): -13353659 or 4537652. OLE color: 4537652.
HSL color Cylindrical-coordinate representation of color #343D45: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #343D45 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 61 | 69 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.73 |
| HSL | 208.24º | 0.14% | 0.24% | - |
| HSV(B) | 208.24º | 0.25% | 0.27% | - |
| XYZ | 4.16 | 4.5 | 6.28 | - |
| YUV | 59.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 69 | 0.25 | 0.12 | 0 | 0.73 | 208.24 | 0.14 | 0.24 |
| Hex | 34 | 3D | 45 | 19 | C | 0 | 49 | D0 | E | 18 |
| Octal | 64 | 75 | 105 | 31 | 14 | 0 | 111 | 320 | 16 | 30 |
| Binary | 110100 | 111101 | 1000101 | 11001 | 1100 | 0 | 1001001 | 11010000 | 1110 | 11000 |
Color Harmonies of #343D45
Complementary color
Monochromatic Colors of #343D45
Black with #343D45
Text Example
Text Example
White with #343D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D45; }
p { color: rgb(52,61,69); }
H1.HeaderClassName
{
color: #343D45;
}
.AnyTagClassName
{
color: #343D45;
}
</style>
background-color css
<style>
a { background-color: #343D45; }
a { background-color: rgb(52,61,69); }
div.DivClassName
{
background-color: #343D45;
}
.BgClassName
{
background-color: #343D45;
}
</style>
border-color css
<style>
span { border-color: #343D45; }
span { border-color: rgb(52,61,69); }
td.TdClassName
{
border-color: #343D45;
}
.TagClassName
{
border-color: #343D45;
}
</style>