Shades of Evening Sea #206348
Tints of Evening Sea #206348
RGB
CMYK
RGB Variations
Color information
#206348 (or 0x206348) is known color: Evening Sea. HEX triplet: 20, 63 and 48. RGB value is (32,99,72). Sum of RGB (Red+Green+Blue) = 32+99+72=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #206348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206348 is #DF9CB7. Grayscale: #4B4B4B. Windows color (decimal): -14654648 or 4743968. OLE color: 4743968.
HSL color Cylindrical-coordinate representation of color #206348: hue angle of 155.82º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206348 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 72 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.61 |
| HSL | 155.82º | 0.51% | 0.26% | - |
| HSV(B) | 155.82º | 0.68% | 0.39% | - |
| XYZ | 6.23 | 9.7 | 7.67 | - |
| YUV | 75.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 72 | 0.68 | 0 | 0.27 | 0.61 | 155.82 | 0.51 | 0.26 |
| Hex | 20 | 63 | 48 | 44 | 0 | 1B | 3D | 9C | 33 | 1A |
| Octal | 40 | 143 | 110 | 104 | 0 | 33 | 75 | 234 | 63 | 32 |
| Binary | 100000 | 1100011 | 1001000 | 1000100 | 0 | 11011 | 111101 | 10011100 | 110011 | 11010 |
Color Harmonies of #206348
Complementary color
Monochromatic Colors of #206348
Black with #206348
Text Example
Text Example
White with #206348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206348; }
p { color: rgb(32,99,72); }
H1.HeaderClassName
{
color: #206348;
}
.AnyTagClassName
{
color: #206348;
}
</style>
background-color css
<style>
a { background-color: #206348; }
a { background-color: rgb(32,99,72); }
div.DivClassName
{
background-color: #206348;
}
.BgClassName
{
background-color: #206348;
}
</style>
border-color css
<style>
span { border-color: #206348; }
span { border-color: rgb(32,99,72); }
td.TdClassName
{
border-color: #206348;
}
.TagClassName
{
border-color: #206348;
}
</style>