Shades of Eden #276A5D
Tints of Eden #276A5D
RGB
CMYK
RGB Variations
Color information
#276A5D (or 0x276A5D) is known color: Eden. HEX triplet: 27, 6A and 5D. RGB value is (39,106,93). Sum of RGB (Red+Green+Blue) = 39+106+93=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 106 - color contains mainly: green. Hex color #276A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276A5D is #D895A2. Grayscale: #545454. Windows color (decimal): -14194083 or 6122023. OLE color: 6122023.
HSL color Cylindrical-coordinate representation of color #276A5D: hue angle of 168.36º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #276A5D is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 106 | 93 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.58 |
| HSL | 168.36º | 0.46% | 0.28% | - |
| HSV(B) | 168.36º | 0.63% | 0.42% | - |
| XYZ | 7.97 | 11.53 | 12.16 | - |
| YUV | 84.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 93 | 0.63 | 0 | 0.12 | 0.58 | 168.36 | 0.46 | 0.28 |
| Hex | 27 | 6A | 5D | 3F | 0 | C | 3A | A8 | 2E | 1C |
| Octal | 47 | 152 | 135 | 77 | 0 | 14 | 72 | 250 | 56 | 34 |
| Binary | 100111 | 1101010 | 1011101 | 111111 | 0 | 1100 | 111010 | 10101000 | 101110 | 11100 |
Color Harmonies of #276A5D
Complementary color
Monochromatic Colors of #276A5D
Black with #276A5D
Text Example
Text Example
White with #276A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276A5D; }
p { color: rgb(39,106,93); }
H1.HeaderClassName
{
color: #276A5D;
}
.AnyTagClassName
{
color: #276A5D;
}
</style>
background-color css
<style>
a { background-color: #276A5D; }
a { background-color: rgb(39,106,93); }
div.DivClassName
{
background-color: #276A5D;
}
.BgClassName
{
background-color: #276A5D;
}
</style>
border-color css
<style>
span { border-color: #276A5D; }
span { border-color: rgb(39,106,93); }
td.TdClassName
{
border-color: #276A5D;
}
.TagClassName
{
border-color: #276A5D;
}
</style>