Shades of Evening Sea #1F634A
Tints of Evening Sea #1F634A
RGB
CMYK
RGB Variations
Color information
#1F634A (or 0x1F634A) is known color: Evening Sea. HEX triplet: 1F, 63 and 4A. RGB value is (31,99,74). Sum of RGB (Red+Green+Blue) = 31+99+74=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #1F634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F634A is #E09CB5. Grayscale: #4B4B4B. Windows color (decimal): -14720182 or 4875039. OLE color: 4875039.
HSL color Cylindrical-coordinate representation of color #1F634A: hue angle of 157.94º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F634A is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 74 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.61 |
| HSL | 157.94º | 0.52% | 0.25% | - |
| HSV(B) | 157.94º | 0.69% | 0.39% | - |
| XYZ | 6.26 | 9.71 | 8.02 | - |
| YUV | 75.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 74 | 0.69 | 0 | 0.25 | 0.61 | 157.94 | 0.52 | 0.25 |
| Hex | 1F | 63 | 4A | 45 | 0 | 19 | 3D | 9E | 34 | 19 |
| Octal | 37 | 143 | 112 | 105 | 0 | 31 | 75 | 236 | 64 | 31 |
| Binary | 11111 | 1100011 | 1001010 | 1000101 | 0 | 11001 | 111101 | 10011110 | 110100 | 11001 |
Color Harmonies of #1F634A
Complementary color
Monochromatic Colors of #1F634A
Black with #1F634A
Text Example
Text Example
White with #1F634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F634A; }
p { color: rgb(31,99,74); }
H1.HeaderClassName
{
color: #1F634A;
}
.AnyTagClassName
{
color: #1F634A;
}
</style>
background-color css
<style>
a { background-color: #1F634A; }
a { background-color: rgb(31,99,74); }
div.DivClassName
{
background-color: #1F634A;
}
.BgClassName
{
background-color: #1F634A;
}
</style>
border-color css
<style>
span { border-color: #1F634A; }
span { border-color: rgb(31,99,74); }
td.TdClassName
{
border-color: #1F634A;
}
.TagClassName
{
border-color: #1F634A;
}
</style>