Shades of Deep Sea #227D65
Tints of Deep Sea #227D65
RGB
CMYK
RGB Variations
Color information
#227D65 (or 0x227D65) is known color: Deep Sea. HEX triplet: 22, 7D and 65. RGB value is (34,125,101). Sum of RGB (Red+Green+Blue) = 34+125+101=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 125 - color contains mainly: green. Hex color #227D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227D65 is #DD829A. Grayscale: #5F5F5F. Windows color (decimal): -14516891 or 6651170. OLE color: 6651170.
HSL color Cylindrical-coordinate representation of color #227D65: hue angle of 164.18º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227D65 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 125 | 101 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.51 |
| HSL | 164.18º | 0.57% | 0.31% | - |
| HSV(B) | 164.18º | 0.73% | 0.49% | - |
| XYZ | 10.34 | 15.95 | 14.84 | - |
| YUV | 95.06 | 131.35 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 101 | 0.73 | 0 | 0.19 | 0.51 | 164.18 | 0.57 | 0.31 |
| Hex | 22 | 7D | 65 | 49 | 0 | 13 | 33 | A4 | 39 | 1F |
| Octal | 42 | 175 | 145 | 111 | 0 | 23 | 63 | 244 | 71 | 37 |
| Binary | 100010 | 1111101 | 1100101 | 1001001 | 0 | 10011 | 110011 | 10100100 | 111001 | 11111 |
Color Harmonies of #227D65
Complementary color
Monochromatic Colors of #227D65
Black with #227D65
Text Example
Text Example
White with #227D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227D65; }
p { color: rgb(34,125,101); }
H1.HeaderClassName
{
color: #227D65;
}
.AnyTagClassName
{
color: #227D65;
}
</style>
background-color css
<style>
a { background-color: #227D65; }
a { background-color: rgb(34,125,101); }
div.DivClassName
{
background-color: #227D65;
}
.BgClassName
{
background-color: #227D65;
}
</style>
border-color css
<style>
span { border-color: #227D65; }
span { border-color: rgb(34,125,101); }
td.TdClassName
{
border-color: #227D65;
}
.TagClassName
{
border-color: #227D65;
}
</style>