Shades of Evening Sea #1D634E
Tints of Evening Sea #1D634E
RGB
CMYK
RGB Variations
Color information
#1D634E (or 0x1D634E) is known color: Evening Sea. HEX triplet: 1D, 63 and 4E. RGB value is (29,99,78). Sum of RGB (Red+Green+Blue) = 29+99+78=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #1D634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D634E is #E29CB1. Grayscale: #4B4B4B. Windows color (decimal): -14851250 or 5137181. OLE color: 5137181.
HSL color Cylindrical-coordinate representation of color #1D634E: hue angle of 162º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D634E is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 99 | 78 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.61 |
| HSL | 162º | 0.55% | 0.25% | - |
| HSV(B) | 162º | 0.71% | 0.39% | - |
| XYZ | 6.34 | 9.73 | 8.75 | - |
| YUV | 75.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 78 | 0.71 | 0 | 0.21 | 0.61 | 162 | 0.55 | 0.25 |
| Hex | 1D | 63 | 4E | 47 | 0 | 15 | 3D | A2 | 37 | 19 |
| Octal | 35 | 143 | 116 | 107 | 0 | 25 | 75 | 242 | 67 | 31 |
| Binary | 11101 | 1100011 | 1001110 | 1000111 | 0 | 10101 | 111101 | 10100010 | 110111 | 11001 |
Color Harmonies of #1D634E
Complementary color
Monochromatic Colors of #1D634E
Black with #1D634E
Text Example
Text Example
White with #1D634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D634E; }
p { color: rgb(29,99,78); }
H1.HeaderClassName
{
color: #1D634E;
}
.AnyTagClassName
{
color: #1D634E;
}
</style>
background-color css
<style>
a { background-color: #1D634E; }
a { background-color: rgb(29,99,78); }
div.DivClassName
{
background-color: #1D634E;
}
.BgClassName
{
background-color: #1D634E;
}
</style>
border-color css
<style>
span { border-color: #1D634E; }
span { border-color: rgb(29,99,78); }
td.TdClassName
{
border-color: #1D634E;
}
.TagClassName
{
border-color: #1D634E;
}
</style>