Shades of Evening Sea #276F51
Tints of Evening Sea #276F51
RGB
CMYK
RGB Variations
Color information
#276F51 (or 0x276F51) is known color: Evening Sea. HEX triplet: 27, 6F and 51. RGB value is (39,111,81). Sum of RGB (Red+Green+Blue) = 39+111+81=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #276F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276F51 is #D890AE. Grayscale: #565656. Windows color (decimal): -14192815 or 5336871. OLE color: 5336871.
HSL color Cylindrical-coordinate representation of color #276F51: hue angle of 155º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276F51 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 111 | 81 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.56 |
| HSL | 155º | 0.48% | 0.29% | - |
| HSV(B) | 155º | 0.65% | 0.44% | - |
| XYZ | 8.01 | 12.39 | 9.75 | - |
| YUV | 86.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 81 | 0.65 | 0 | 0.27 | 0.56 | 155 | 0.48 | 0.29 |
| Hex | 27 | 6F | 51 | 41 | 0 | 1B | 38 | 9B | 30 | 1D |
| Octal | 47 | 157 | 121 | 101 | 0 | 33 | 70 | 233 | 60 | 35 |
| Binary | 100111 | 1101111 | 1010001 | 1000001 | 0 | 11011 | 111000 | 10011011 | 110000 | 11101 |
Color Harmonies of #276F51
Complementary color
Monochromatic Colors of #276F51
Black with #276F51
Text Example
Text Example
White with #276F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F51; }
p { color: rgb(39,111,81); }
H1.HeaderClassName
{
color: #276F51;
}
.AnyTagClassName
{
color: #276F51;
}
</style>
background-color css
<style>
a { background-color: #276F51; }
a { background-color: rgb(39,111,81); }
div.DivClassName
{
background-color: #276F51;
}
.BgClassName
{
background-color: #276F51;
}
</style>
border-color css
<style>
span { border-color: #276F51; }
span { border-color: rgb(39,111,81); }
td.TdClassName
{
border-color: #276F51;
}
.TagClassName
{
border-color: #276F51;
}
</style>