Shades of Baltic Sea #383A3C
Tints of Baltic Sea #383A3C
RGB
CMYK
RGB Variations
Color information
#383A3C (or 0x383A3C) is known color: Baltic Sea. HEX triplet: 38, 3A and 3C. RGB value is (56,58,60). Sum of RGB (Red+Green+Blue) = 56+58+60=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 60 - color contains mainly: blue. Hex color #383A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A3C is #C7C5C3. Grayscale: #393939. Windows color (decimal): -13092292 or 3947064. OLE color: 3947064.
HSL color Cylindrical-coordinate representation of color #383A3C: hue angle of 210º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #383A3C is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 58 | 60 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.76 |
| HSL | 210º | 0.03% | 0.23% | - |
| HSV(B) | 210º | 0.07% | 0.24% | - |
| XYZ | 3.96 | 4.19 | 4.88 | - |
| YUV | 57.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 60 | 0.07 | 0.03 | 0 | 0.76 | 210 | 0.03 | 0.23 |
| Hex | 38 | 3A | 3C | 7 | 3 | 0 | 4C | D2 | 3 | 17 |
| Octal | 70 | 72 | 74 | 7 | 3 | 0 | 114 | 322 | 3 | 27 |
| Binary | 111000 | 111010 | 111100 | 111 | 11 | 0 | 1001100 | 11010010 | 11 | 10111 |
Color Harmonies of #383A3C
Complementary color
Monochromatic Colors of #383A3C
Black with #383A3C
Text Example
Text Example
White with #383A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A3C; }
p { color: rgb(56,58,60); }
H1.HeaderClassName
{
color: #383A3C;
}
.AnyTagClassName
{
color: #383A3C;
}
</style>
background-color css
<style>
a { background-color: #383A3C; }
a { background-color: rgb(56,58,60); }
div.DivClassName
{
background-color: #383A3C;
}
.BgClassName
{
background-color: #383A3C;
}
</style>
border-color css
<style>
span { border-color: #383A3C; }
span { border-color: rgb(56,58,60); }
td.TdClassName
{
border-color: #383A3C;
}
.TagClassName
{
border-color: #383A3C;
}
</style>