Shades of Baltic Sea #363D43
Tints of Baltic Sea #363D43
RGB
CMYK
RGB Variations
Color information
#363D43 (or 0x363D43) is known color: Baltic Sea. HEX triplet: 36, 3D and 43. RGB value is (54,61,67). Sum of RGB (Red+Green+Blue) = 54+61+67=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 67 - color contains mainly: blue. Hex color #363D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D43 is #C9C2BC. Grayscale: #3B3B3B. Windows color (decimal): -13222589 or 4406582. OLE color: 4406582.
HSL color Cylindrical-coordinate representation of color #363D43: hue angle of 207.69º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #363D43 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 61 | 67 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.74 |
| HSL | 207.69º | 0.11% | 0.24% | - |
| HSV(B) | 207.69º | 0.19% | 0.26% | - |
| XYZ | 4.2 | 4.53 | 5.96 | - |
| YUV | 59.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 67 | 0.19 | 0.09 | 0 | 0.74 | 207.69 | 0.11 | 0.24 |
| Hex | 36 | 3D | 43 | 13 | 9 | 0 | 4A | D0 | B | 18 |
| Octal | 66 | 75 | 103 | 23 | 11 | 0 | 112 | 320 | 13 | 30 |
| Binary | 110110 | 111101 | 1000011 | 10011 | 1001 | 0 | 1001010 | 11010000 | 1011 | 11000 |
Color Harmonies of #363D43
Complementary color
Monochromatic Colors of #363D43
Black with #363D43
Text Example
Text Example
White with #363D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D43; }
p { color: rgb(54,61,67); }
H1.HeaderClassName
{
color: #363D43;
}
.AnyTagClassName
{
color: #363D43;
}
</style>
background-color css
<style>
a { background-color: #363D43; }
a { background-color: rgb(54,61,67); }
div.DivClassName
{
background-color: #363D43;
}
.BgClassName
{
background-color: #363D43;
}
</style>
border-color css
<style>
span { border-color: #363D43; }
span { border-color: rgb(54,61,67); }
td.TdClassName
{
border-color: #363D43;
}
.TagClassName
{
border-color: #363D43;
}
</style>