Shades of Deep Sea #237A5E
Tints of Deep Sea #237A5E
RGB
CMYK
RGB Variations
Color information
#237A5E (or 0x237A5E) is known color: Deep Sea. HEX triplet: 23, 7A and 5E. RGB value is (35,122,94). Sum of RGB (Red+Green+Blue) = 35+122+94=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #237A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237A5E is #DC85A1. Grayscale: #5C5C5C. Windows color (decimal): -14452130 or 6191651. OLE color: 6191651.
HSL color Cylindrical-coordinate representation of color #237A5E: hue angle of 160.69º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237A5E is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 122 | 94 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.52 |
| HSL | 160.69º | 0.55% | 0.31% | - |
| HSV(B) | 160.69º | 0.71% | 0.48% | - |
| XYZ | 9.67 | 15.08 | 12.99 | - |
| YUV | 92.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 94 | 0.71 | 0 | 0.23 | 0.52 | 160.69 | 0.55 | 0.31 |
| Hex | 23 | 7A | 5E | 47 | 0 | 17 | 34 | A1 | 37 | 1F |
| Octal | 43 | 172 | 136 | 107 | 0 | 27 | 64 | 241 | 67 | 37 |
| Binary | 100011 | 1111010 | 1011110 | 1000111 | 0 | 10111 | 110100 | 10100001 | 110111 | 11111 |
Color Harmonies of #237A5E
Complementary color
Monochromatic Colors of #237A5E
Black with #237A5E
Text Example
Text Example
White with #237A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237A5E; }
p { color: rgb(35,122,94); }
H1.HeaderClassName
{
color: #237A5E;
}
.AnyTagClassName
{
color: #237A5E;
}
</style>
background-color css
<style>
a { background-color: #237A5E; }
a { background-color: rgb(35,122,94); }
div.DivClassName
{
background-color: #237A5E;
}
.BgClassName
{
background-color: #237A5E;
}
</style>
border-color css
<style>
span { border-color: #237A5E; }
span { border-color: rgb(35,122,94); }
td.TdClassName
{
border-color: #237A5E;
}
.TagClassName
{
border-color: #237A5E;
}
</style>