Shades of Deep Sea #297A5E
Tints of Deep Sea #297A5E
RGB
CMYK
RGB Variations
Color information
#297A5E (or 0x297A5E) is known color: Deep Sea. HEX triplet: 29, 7A and 5E. RGB value is (41,122,94). Sum of RGB (Red+Green+Blue) = 41+122+94=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #297A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A5E is #D685A1. Grayscale: #5E5E5E. Windows color (decimal): -14058914 or 6191657. OLE color: 6191657.
HSL color Cylindrical-coordinate representation of color #297A5E: hue angle of 159.26º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A5E is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 122 | 94 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.52 |
| HSL | 159.26º | 0.5% | 0.32% | - |
| HSV(B) | 159.26º | 0.66% | 0.48% | - |
| XYZ | 9.89 | 15.2 | 13 | - |
| YUV | 94.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 94 | 0.66 | 0 | 0.23 | 0.52 | 159.26 | 0.5 | 0.32 |
| Hex | 29 | 7A | 5E | 42 | 0 | 17 | 34 | 9F | 32 | 20 |
| Octal | 51 | 172 | 136 | 102 | 0 | 27 | 64 | 237 | 62 | 40 |
| Binary | 101001 | 1111010 | 1011110 | 1000010 | 0 | 10111 | 110100 | 10011111 | 110010 | 100000 |
Color Harmonies of #297A5E
Complementary color
Monochromatic Colors of #297A5E
Black with #297A5E
Text Example
Text Example
White with #297A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A5E; }
p { color: rgb(41,122,94); }
H1.HeaderClassName
{
color: #297A5E;
}
.AnyTagClassName
{
color: #297A5E;
}
</style>
background-color css
<style>
a { background-color: #297A5E; }
a { background-color: rgb(41,122,94); }
div.DivClassName
{
background-color: #297A5E;
}
.BgClassName
{
background-color: #297A5E;
}
</style>
border-color css
<style>
span { border-color: #297A5E; }
span { border-color: rgb(41,122,94); }
td.TdClassName
{
border-color: #297A5E;
}
.TagClassName
{
border-color: #297A5E;
}
</style>