Shades of Baltic Sea #363B40
Tints of Baltic Sea #363B40
RGB
CMYK
RGB Variations
Color information
#363B40 (or 0x363B40) is known color: Baltic Sea. HEX triplet: 36, 3B and 40. RGB value is (54,59,64). Sum of RGB (Red+Green+Blue) = 54+59+64=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: blue. Hex color #363B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B40 is #C9C4BF. Grayscale: #3A3A3A. Windows color (decimal): -13223104 or 4209462. OLE color: 4209462.
HSL color Cylindrical-coordinate representation of color #363B40: hue angle of 210º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #363B40 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 59 | 64 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.75 |
| HSL | 210º | 0.08% | 0.23% | - |
| HSV(B) | 210º | 0.16% | 0.25% | - |
| XYZ | 4.01 | 4.28 | 5.47 | - |
| YUV | 58.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 64 | 0.16 | 0.08 | 0 | 0.75 | 210 | 0.08 | 0.23 |
| Hex | 36 | 3B | 40 | 10 | 8 | 0 | 4B | D2 | 8 | 17 |
| Octal | 66 | 73 | 100 | 20 | 10 | 0 | 113 | 322 | 10 | 27 |
| Binary | 110110 | 111011 | 1000000 | 10000 | 1000 | 0 | 1001011 | 11010010 | 1000 | 10111 |
Color Harmonies of #363B40
Complementary color
Monochromatic Colors of #363B40
Black with #363B40
Text Example
Text Example
White with #363B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B40; }
p { color: rgb(54,59,64); }
H1.HeaderClassName
{
color: #363B40;
}
.AnyTagClassName
{
color: #363B40;
}
</style>
background-color css
<style>
a { background-color: #363B40; }
a { background-color: rgb(54,59,64); }
div.DivClassName
{
background-color: #363B40;
}
.BgClassName
{
background-color: #363B40;
}
</style>
border-color css
<style>
span { border-color: #363B40; }
span { border-color: rgb(54,59,64); }
td.TdClassName
{
border-color: #363B40;
}
.TagClassName
{
border-color: #363B40;
}
</style>