Shades of Baltic Sea #353B41
Tints of Baltic Sea #353B41
RGB
CMYK
RGB Variations
Color information
#353B41 (or 0x353B41) is known color: Baltic Sea. HEX triplet: 35, 3B and 41. RGB value is (53,59,65). Sum of RGB (Red+Green+Blue) = 53+59+65=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #353B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B41 is #CAC4BE. Grayscale: #393939. Windows color (decimal): -13288639 or 4274997. OLE color: 4274997.
HSL color Cylindrical-coordinate representation of color #353B41: hue angle of 210º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #353B41 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
RGB | 53 | 59 | 65 | - |
CMYK | 0.18 | 0.09 | 0 | 0.75 |
HSL | 210º | 0.1% | 0.23% | - |
HSV(B) | 210º | 0.18% | 0.25% | - |
XYZ | 3.99 | 4.27 | 5.61 | - |
YUV | 57.89 | 132.01 | 124.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 59 | 65 | 0.18 | 0.09 | 0 | 0.75 | 210 | 0.1 | 0.23 |
Hex | 35 | 3B | 41 | 12 | 9 | 0 | 4B | D2 | A | 17 |
Octal | 65 | 73 | 101 | 22 | 11 | 0 | 113 | 322 | 12 | 27 |
Binary | 110101 | 111011 | 1000001 | 10010 | 1001 | 0 | 1001011 | 11010010 | 1010 | 10111 |
Color Harmonies of #353B41
Complementary color
Monochromatic Colors of #353B41
Black with #353B41
Text Example
Text Example
White with #353B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B41; }
p { color: rgb(53,59,65); }
H1.HeaderClassName
{
color: #353B41;
}
.AnyTagClassName
{
color: #353B41;
}
</style>
background-color css
<style>
a { background-color: #353B41; }
a { background-color: rgb(53,59,65); }
div.DivClassName
{
background-color: #353B41;
}
.BgClassName
{
background-color: #353B41;
}
</style>
border-color css
<style>
span { border-color: #353B41; }
span { border-color: rgb(53,59,65); }
td.TdClassName
{
border-color: #353B41;
}
.TagClassName
{
border-color: #353B41;
}
</style>