Shades of Baltic Sea #35393D
Tints of Baltic Sea #35393D
RGB
CMYK
RGB Variations
Color information
#35393D (or 0x35393D) is known color: Baltic Sea. HEX triplet: 35, 39 and 3D. RGB value is (53,57,61). Sum of RGB (Red+Green+Blue) = 53+57+61=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 61 - color contains mainly: blue. Hex color #35393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35393D is #CAC6C2. Grayscale: #383838. Windows color (decimal): -13289155 or 4012341. OLE color: 4012341.
HSL color Cylindrical-coordinate representation of color #35393D: hue angle of 210º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #35393D is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 57 | 61 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.76 |
| HSL | 210º | 0.07% | 0.22% | - |
| HSV(B) | 210º | 0.13% | 0.24% | - |
| XYZ | 3.77 | 4.02 | 4.99 | - |
| YUV | 56.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 61 | 0.13 | 0.07 | 0 | 0.76 | 210 | 0.07 | 0.22 |
| Hex | 35 | 39 | 3D | D | 7 | 0 | 4C | D2 | 7 | 16 |
| Octal | 65 | 71 | 75 | 15 | 7 | 0 | 114 | 322 | 7 | 26 |
| Binary | 110101 | 111001 | 111101 | 1101 | 111 | 0 | 1001100 | 11010010 | 111 | 10110 |
Color Harmonies of #35393D
Complementary color
Monochromatic Colors of #35393D
Black with #35393D
Text Example
Text Example
White with #35393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35393D; }
p { color: rgb(53,57,61); }
H1.HeaderClassName
{
color: #35393D;
}
.AnyTagClassName
{
color: #35393D;
}
</style>
background-color css
<style>
a { background-color: #35393D; }
a { background-color: rgb(53,57,61); }
div.DivClassName
{
background-color: #35393D;
}
.BgClassName
{
background-color: #35393D;
}
</style>
border-color css
<style>
span { border-color: #35393D; }
span { border-color: rgb(53,57,61); }
td.TdClassName
{
border-color: #35393D;
}
.TagClassName
{
border-color: #35393D;
}
</style>