Shades of Baltic Sea #363A3E
Tints of Baltic Sea #363A3E
RGB
CMYK
RGB Variations
Color information
#363A3E (or 0x363A3E) is known color: Baltic Sea. HEX triplet: 36, 3A and 3E. RGB value is (54,58,62). Sum of RGB (Red+Green+Blue) = 54+58+62=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 62 - color contains mainly: blue. Hex color #363A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A3E is #C9C5C1. Grayscale: #393939. Windows color (decimal): -13223362 or 4078134. OLE color: 4078134.
HSL color Cylindrical-coordinate representation of color #363A3E: hue angle of 210º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #363A3E is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 58 | 62 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.76 |
| HSL | 210º | 0.07% | 0.23% | - |
| HSV(B) | 210º | 0.13% | 0.24% | - |
| XYZ | 3.9 | 4.16 | 5.15 | - |
| YUV | 57.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 62 | 0.13 | 0.06 | 0 | 0.76 | 210 | 0.07 | 0.23 |
| Hex | 36 | 3A | 3E | D | 6 | 0 | 4C | D2 | 7 | 17 |
| Octal | 66 | 72 | 76 | 15 | 6 | 0 | 114 | 322 | 7 | 27 |
| Binary | 110110 | 111010 | 111110 | 1101 | 110 | 0 | 1001100 | 11010010 | 111 | 10111 |
Color Harmonies of #363A3E
Complementary color
Monochromatic Colors of #363A3E
Black with #363A3E
Text Example
Text Example
White with #363A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A3E; }
p { color: rgb(54,58,62); }
H1.HeaderClassName
{
color: #363A3E;
}
.AnyTagClassName
{
color: #363A3E;
}
</style>
background-color css
<style>
a { background-color: #363A3E; }
a { background-color: rgb(54,58,62); }
div.DivClassName
{
background-color: #363A3E;
}
.BgClassName
{
background-color: #363A3E;
}
</style>
border-color css
<style>
span { border-color: #363A3E; }
span { border-color: rgb(54,58,62); }
td.TdClassName
{
border-color: #363A3E;
}
.TagClassName
{
border-color: #363A3E;
}
</style>