Shades of Baltic Sea #34393F
Tints of Baltic Sea #34393F
RGB
CMYK
RGB Variations
Color information
#34393F (or 0x34393F) is known color: Baltic Sea. HEX triplet: 34, 39 and 3F. RGB value is (52,57,63). Sum of RGB (Red+Green+Blue) = 52+57+63=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 63 - color contains mainly: blue. Hex color #34393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34393F is #CBC6C0. Grayscale: #383838. Windows color (decimal): -13354689 or 4143412. OLE color: 4143412.
HSL color Cylindrical-coordinate representation of color #34393F: hue angle of 212.73º 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 #34393F is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 57 | 63 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.75 |
| HSL | 212.73º | 0.1% | 0.23% | - |
| HSV(B) | 212.73º | 0.17% | 0.25% | - |
| XYZ | 3.78 | 4.02 | 5.28 | - |
| YUV | 56.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 63 | 0.17 | 0.10 | 0 | 0.75 | 212.73 | 0.1 | 0.23 |
| Hex | 34 | 39 | 3F | 11 | A | 0 | 4B | D5 | A | 17 |
| Octal | 64 | 71 | 77 | 21 | 12 | 0 | 113 | 325 | 12 | 27 |
| Binary | 110100 | 111001 | 111111 | 10001 | 1010 | 0 | 1001011 | 11010101 | 1010 | 10111 |
Color Harmonies of #34393F
Complementary color
Monochromatic Colors of #34393F
Black with #34393F
Text Example
Text Example
White with #34393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34393F; }
p { color: rgb(52,57,63); }
H1.HeaderClassName
{
color: #34393F;
}
.AnyTagClassName
{
color: #34393F;
}
</style>
background-color css
<style>
a { background-color: #34393F; }
a { background-color: rgb(52,57,63); }
div.DivClassName
{
background-color: #34393F;
}
.BgClassName
{
background-color: #34393F;
}
</style>
border-color css
<style>
span { border-color: #34393F; }
span { border-color: rgb(52,57,63); }
td.TdClassName
{
border-color: #34393F;
}
.TagClassName
{
border-color: #34393F;
}
</style>