Shades of Evening Sea #1F534A
Tints of Evening Sea #1F534A
RGB
CMYK
RGB Variations
Color information
#1F534A (or 0x1F534A) is known color: Evening Sea. HEX triplet: 1F, 53 and 4A. RGB value is (31,83,74). Sum of RGB (Red+Green+Blue) = 31+83+74=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #1F534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F534A is #E0ACB5. Grayscale: #424242. Windows color (decimal): -14724278 or 4870943. OLE color: 4870943.
HSL color Cylindrical-coordinate representation of color #1F534A: hue angle of 169.62º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F534A is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 74 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.67 |
| HSL | 169.62º | 0.46% | 0.22% | - |
| HSV(B) | 169.62º | 0.63% | 0.33% | - |
| XYZ | 4.89 | 6.97 | 7.57 | - |
| YUV | 66.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 74 | 0.63 | 0 | 0.11 | 0.67 | 169.62 | 0.46 | 0.22 |
| Hex | 1F | 53 | 4A | 3F | 0 | B | 43 | AA | 2E | 16 |
| Octal | 37 | 123 | 112 | 77 | 0 | 13 | 103 | 252 | 56 | 26 |
| Binary | 11111 | 1010011 | 1001010 | 111111 | 0 | 1011 | 1000011 | 10101010 | 101110 | 10110 |
Color Harmonies of #1F534A
Complementary color
Monochromatic Colors of #1F534A
Black with #1F534A
Text Example
Text Example
White with #1F534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F534A; }
p { color: rgb(31,83,74); }
H1.HeaderClassName
{
color: #1F534A;
}
.AnyTagClassName
{
color: #1F534A;
}
</style>
background-color css
<style>
a { background-color: #1F534A; }
a { background-color: rgb(31,83,74); }
div.DivClassName
{
background-color: #1F534A;
}
.BgClassName
{
background-color: #1F534A;
}
</style>
border-color css
<style>
span { border-color: #1F534A; }
span { border-color: rgb(31,83,74); }
td.TdClassName
{
border-color: #1F534A;
}
.TagClassName
{
border-color: #1F534A;
}
</style>