Shades of Evening Sea #275D4D
Tints of Evening Sea #275D4D
RGB
CMYK
RGB Variations
Color information
#275D4D (or 0x275D4D) is known color: Evening Sea. HEX triplet: 27, 5D and 4D. RGB value is (39,93,77). Sum of RGB (Red+Green+Blue) = 39+93+77=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #275D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D4D is #D8A2B2. Grayscale: #4B4B4B. Windows color (decimal): -14197427 or 5070119. OLE color: 5070119.
HSL color Cylindrical-coordinate representation of color #275D4D: hue angle of 162.22º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D4D is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 93 | 77 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.64 |
| HSL | 162.22º | 0.41% | 0.26% | - |
| HSV(B) | 162.22º | 0.58% | 0.36% | - |
| XYZ | 6.09 | 8.8 | 8.4 | - |
| YUV | 75.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 77 | 0.58 | 0 | 0.17 | 0.64 | 162.22 | 0.41 | 0.26 |
| Hex | 27 | 5D | 4D | 3A | 0 | 11 | 40 | A2 | 29 | 1A |
| Octal | 47 | 135 | 115 | 72 | 0 | 21 | 100 | 242 | 51 | 32 |
| Binary | 100111 | 1011101 | 1001101 | 111010 | 0 | 10001 | 1000000 | 10100010 | 101001 | 11010 |
Color Harmonies of #275D4D
Complementary color
Monochromatic Colors of #275D4D
Black with #275D4D
Text Example
Text Example
White with #275D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D4D; }
p { color: rgb(39,93,77); }
H1.HeaderClassName
{
color: #275D4D;
}
.AnyTagClassName
{
color: #275D4D;
}
</style>
background-color css
<style>
a { background-color: #275D4D; }
a { background-color: rgb(39,93,77); }
div.DivClassName
{
background-color: #275D4D;
}
.BgClassName
{
background-color: #275D4D;
}
</style>
border-color css
<style>
span { border-color: #275D4D; }
span { border-color: rgb(39,93,77); }
td.TdClassName
{
border-color: #275D4D;
}
.TagClassName
{
border-color: #275D4D;
}
</style>