Shades of Baltic Sea #3A3B3C
Tints of Baltic Sea #3A3B3C
RGB
CMYK
RGB Variations
Color information
#3A3B3C (or 0x3A3B3C) is known color: Baltic Sea. HEX triplet: 3A, 3B and 3C. RGB value is (58,59,60). Sum of RGB (Red+Green+Blue) = 58+59+60=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 60 - color contains mainly: blue. Hex color #3A3B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3B3C is #C5C4C3. Grayscale: #3A3A3A. Windows color (decimal): -12960964 or 3947322. OLE color: 3947322.
HSL color Cylindrical-coordinate representation of color #3A3B3C: hue angle of 210º degrees, saturation: 0.02, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #3A3B3C is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 59 | 60 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.76 |
| HSL | 210º | 0.02% | 0.23% | - |
| HSV(B) | 210º | 0.03% | 0.24% | - |
| XYZ | 4.12 | 4.35 | 4.9 | - |
| YUV | 58.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 59 | 60 | 0.03 | 0.02 | 0 | 0.76 | 210 | 0.02 | 0.23 |
| Hex | 3A | 3B | 3C | 3 | 2 | 0 | 4C | D2 | 2 | 17 |
| Octal | 72 | 73 | 74 | 3 | 2 | 0 | 114 | 322 | 2 | 27 |
| Binary | 111010 | 111011 | 111100 | 11 | 10 | 0 | 1001100 | 11010010 | 10 | 10111 |
Color Harmonies of #3A3B3C
Complementary color
Monochromatic Colors of #3A3B3C
Black with #3A3B3C
Text Example
Text Example
White with #3A3B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3B3C; }
p { color: rgb(58,59,60); }
H1.HeaderClassName
{
color: #3A3B3C;
}
.AnyTagClassName
{
color: #3A3B3C;
}
</style>
background-color css
<style>
a { background-color: #3A3B3C; }
a { background-color: rgb(58,59,60); }
div.DivClassName
{
background-color: #3A3B3C;
}
.BgClassName
{
background-color: #3A3B3C;
}
</style>
border-color css
<style>
span { border-color: #3A3B3C; }
span { border-color: rgb(58,59,60); }
td.TdClassName
{
border-color: #3A3B3C;
}
.TagClassName
{
border-color: #3A3B3C;
}
</style>