Shades of Evening Sea #275D4C
Tints of Evening Sea #275D4C
RGB
CMYK
RGB Variations
Color information
#275D4C (or 0x275D4C) is known color: Evening Sea. HEX triplet: 27, 5D and 4C. RGB value is (39,93,76). Sum of RGB (Red+Green+Blue) = 39+93+76=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #275D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275D4C is #D8A2B3. Grayscale: #4A4A4A. Windows color (decimal): -14197428 or 5004583. OLE color: 5004583.
HSL color Cylindrical-coordinate representation of color #275D4C: hue angle of 161.11º 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 #275D4C is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 93 | 76 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.64 |
| HSL | 161.11º | 0.41% | 0.26% | - |
| HSV(B) | 161.11º | 0.58% | 0.36% | - |
| XYZ | 6.06 | 8.78 | 8.21 | - |
| YUV | 74.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 76 | 0.58 | 0 | 0.18 | 0.64 | 161.11 | 0.41 | 0.26 |
| Hex | 27 | 5D | 4C | 3A | 0 | 12 | 40 | A1 | 29 | 1A |
| Octal | 47 | 135 | 114 | 72 | 0 | 22 | 100 | 241 | 51 | 32 |
| Binary | 100111 | 1011101 | 1001100 | 111010 | 0 | 10010 | 1000000 | 10100001 | 101001 | 11010 |
Color Harmonies of #275D4C
Complementary color
Monochromatic Colors of #275D4C
Black with #275D4C
Text Example
Text Example
White with #275D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D4C; }
p { color: rgb(39,93,76); }
H1.HeaderClassName
{
color: #275D4C;
}
.AnyTagClassName
{
color: #275D4C;
}
</style>
background-color css
<style>
a { background-color: #275D4C; }
a { background-color: rgb(39,93,76); }
div.DivClassName
{
background-color: #275D4C;
}
.BgClassName
{
background-color: #275D4C;
}
</style>
border-color css
<style>
span { border-color: #275D4C; }
span { border-color: rgb(39,93,76); }
td.TdClassName
{
border-color: #275D4C;
}
.TagClassName
{
border-color: #275D4C;
}
</style>