Shades of Deep Sea #238064
Tints of Deep Sea #238064
RGB
CMYK
RGB Variations
Color information
#238064 (or 0x238064) is known color: Deep Sea. HEX triplet: 23, 80 and 64. RGB value is (35,128,100). Sum of RGB (Red+Green+Blue) = 35+128+100=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #238064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238064 is #DC7F9B. Grayscale: #616161. Windows color (decimal): -14450588 or 6586403. OLE color: 6586403.
HSL color Cylindrical-coordinate representation of color #238064: hue angle of 161.94º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238064 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 128 | 100 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.50 |
| HSL | 161.94º | 0.57% | 0.32% | - |
| HSV(B) | 161.94º | 0.73% | 0.5% | - |
| XYZ | 10.71 | 16.72 | 14.72 | - |
| YUV | 97 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 100 | 0.73 | 0 | 0.22 | 0.50 | 161.94 | 0.57 | 0.32 |
| Hex | 23 | 80 | 64 | 49 | 0 | 16 | 32 | A2 | 39 | 20 |
| Octal | 43 | 200 | 144 | 111 | 0 | 26 | 62 | 242 | 71 | 40 |
| Binary | 100011 | 10000000 | 1100100 | 1001001 | 0 | 10110 | 110010 | 10100010 | 111001 | 100000 |
Color Harmonies of #238064
Complementary color
Monochromatic Colors of #238064
Black with #238064
Text Example
Text Example
White with #238064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238064; }
p { color: rgb(35,128,100); }
H1.HeaderClassName
{
color: #238064;
}
.AnyTagClassName
{
color: #238064;
}
</style>
background-color css
<style>
a { background-color: #238064; }
a { background-color: rgb(35,128,100); }
div.DivClassName
{
background-color: #238064;
}
.BgClassName
{
background-color: #238064;
}
</style>
border-color css
<style>
span { border-color: #238064; }
span { border-color: rgb(35,128,100); }
td.TdClassName
{
border-color: #238064;
}
.TagClassName
{
border-color: #238064;
}
</style>