Shades of Baltic Sea #343A3F
Tints of Baltic Sea #343A3F
RGB
CMYK
RGB Variations
Color information
#343A3F (or 0x343A3F) is known color: Baltic Sea. HEX triplet: 34, 3A and 3F. RGB value is (52,58,63). Sum of RGB (Red+Green+Blue) = 52+58+63=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 63 - color contains mainly: blue. Hex color #343A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A3F is #CBC5C0. Grayscale: #383838. Windows color (decimal): -13354433 or 4143668. OLE color: 4143668.
HSL color Cylindrical-coordinate representation of color #343A3F: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #343A3F is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 58 | 63 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.75 |
| HSL | 207.27º | 0.1% | 0.23% | - |
| HSV(B) | 207.27º | 0.17% | 0.25% | - |
| XYZ | 3.83 | 4.12 | 5.3 | - |
| YUV | 56.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 63 | 0.17 | 0.08 | 0 | 0.75 | 207.27 | 0.1 | 0.23 |
| Hex | 34 | 3A | 3F | 11 | 8 | 0 | 4B | CF | A | 17 |
| Octal | 64 | 72 | 77 | 21 | 10 | 0 | 113 | 317 | 12 | 27 |
| Binary | 110100 | 111010 | 111111 | 10001 | 1000 | 0 | 1001011 | 11001111 | 1010 | 10111 |
Color Harmonies of #343A3F
Complementary color
Monochromatic Colors of #343A3F
Black with #343A3F
Text Example
Text Example
White with #343A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A3F; }
p { color: rgb(52,58,63); }
H1.HeaderClassName
{
color: #343A3F;
}
.AnyTagClassName
{
color: #343A3F;
}
</style>
background-color css
<style>
a { background-color: #343A3F; }
a { background-color: rgb(52,58,63); }
div.DivClassName
{
background-color: #343A3F;
}
.BgClassName
{
background-color: #343A3F;
}
</style>
border-color css
<style>
span { border-color: #343A3F; }
span { border-color: rgb(52,58,63); }
td.TdClassName
{
border-color: #343A3F;
}
.TagClassName
{
border-color: #343A3F;
}
</style>