Shades of Baltic Sea #3D4146
Tints of Baltic Sea #3D4146
RGB
CMYK
RGB Variations
Color information
#3D4146 (or 0x3D4146) is known color: Baltic Sea. HEX triplet: 3D, 41 and 46. RGB value is (61,65,70). Sum of RGB (Red+Green+Blue) = 61+65+70=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D4146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4146 is #C2BEB9. Grayscale: #404040. Windows color (decimal): -12762810 or 4604221. OLE color: 4604221.
HSL color Cylindrical-coordinate representation of color #3D4146: hue angle of 213.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D4146 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 65 | 70 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.73 |
| HSL | 213.33º | 0.07% | 0.26% | - |
| HSV(B) | 213.33º | 0.13% | 0.27% | - |
| XYZ | 4.92 | 5.21 | 6.54 | - |
| YUV | 64.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 70 | 0.13 | 0.07 | 0 | 0.73 | 213.33 | 0.07 | 0.26 |
| Hex | 3D | 41 | 46 | D | 7 | 0 | 49 | D5 | 7 | 1A |
| Octal | 75 | 101 | 106 | 15 | 7 | 0 | 111 | 325 | 7 | 32 |
| Binary | 111101 | 1000001 | 1000110 | 1101 | 111 | 0 | 1001001 | 11010101 | 111 | 11010 |
Color Harmonies of #3D4146
Complementary color
Monochromatic Colors of #3D4146
Black with #3D4146
Text Example
Text Example
White with #3D4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4146; }
p { color: rgb(61,65,70); }
H1.HeaderClassName
{
color: #3D4146;
}
.AnyTagClassName
{
color: #3D4146;
}
</style>
background-color css
<style>
a { background-color: #3D4146; }
a { background-color: rgb(61,65,70); }
div.DivClassName
{
background-color: #3D4146;
}
.BgClassName
{
background-color: #3D4146;
}
</style>
border-color css
<style>
span { border-color: #3D4146; }
span { border-color: rgb(61,65,70); }
td.TdClassName
{
border-color: #3D4146;
}
.TagClassName
{
border-color: #3D4146;
}
</style>