Shades of Baltic Sea #363D44
Tints of Baltic Sea #363D44
RGB
CMYK
RGB Variations
Color information
#363D44 (or 0x363D44) is known color: Baltic Sea. HEX triplet: 36, 3D and 44. RGB value is (54,61,68). Sum of RGB (Red+Green+Blue) = 54+61+68=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 68 - color contains mainly: blue. Hex color #363D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D44 is #C9C2BB. Grayscale: #3B3B3B. Windows color (decimal): -13222588 or 4472118. OLE color: 4472118.
HSL color Cylindrical-coordinate representation of color #363D44: hue angle of 210º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #363D44 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 61 | 68 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.73 |
| HSL | 210º | 0.11% | 0.24% | - |
| HSV(B) | 210º | 0.21% | 0.27% | - |
| XYZ | 4.23 | 4.54 | 6.12 | - |
| YUV | 59.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 68 | 0.21 | 0.10 | 0 | 0.73 | 210 | 0.11 | 0.24 |
| Hex | 36 | 3D | 44 | 15 | A | 0 | 49 | D2 | B | 18 |
| Octal | 66 | 75 | 104 | 25 | 12 | 0 | 111 | 322 | 13 | 30 |
| Binary | 110110 | 111101 | 1000100 | 10101 | 1010 | 0 | 1001001 | 11010010 | 1011 | 11000 |
Color Harmonies of #363D44
Complementary color
Monochromatic Colors of #363D44
Black with #363D44
Text Example
Text Example
White with #363D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D44; }
p { color: rgb(54,61,68); }
H1.HeaderClassName
{
color: #363D44;
}
.AnyTagClassName
{
color: #363D44;
}
</style>
background-color css
<style>
a { background-color: #363D44; }
a { background-color: rgb(54,61,68); }
div.DivClassName
{
background-color: #363D44;
}
.BgClassName
{
background-color: #363D44;
}
</style>
border-color css
<style>
span { border-color: #363D44; }
span { border-color: rgb(54,61,68); }
td.TdClassName
{
border-color: #363D44;
}
.TagClassName
{
border-color: #363D44;
}
</style>