Shades of Deep Sea #227F5C
Tints of Deep Sea #227F5C
RGB
CMYK
RGB Variations
Color information
#227F5C (or 0x227F5C) is known color: Deep Sea. HEX triplet: 22, 7F and 5C. RGB value is (34,127,92). Sum of RGB (Red+Green+Blue) = 34+127+92=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #227F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F5C is #DD80A3. Grayscale: #5F5F5F. Windows color (decimal): -14516388 or 6061858. OLE color: 6061858.
HSL color Cylindrical-coordinate representation of color #227F5C: hue angle of 157.42º degrees, saturation: 0.58, 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 #227F5C is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 92 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.50 |
| HSL | 157.42º | 0.58% | 0.32% | - |
| HSV(B) | 157.42º | 0.73% | 0.5% | - |
| XYZ | 10.18 | 16.29 | 12.73 | - |
| YUV | 95.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 92 | 0.73 | 0 | 0.28 | 0.50 | 157.42 | 0.58 | 0.32 |
| Hex | 22 | 7F | 5C | 49 | 0 | 1C | 32 | 9D | 3A | 20 |
| Octal | 42 | 177 | 134 | 111 | 0 | 34 | 62 | 235 | 72 | 40 |
| Binary | 100010 | 1111111 | 1011100 | 1001001 | 0 | 11100 | 110010 | 10011101 | 111010 | 100000 |
Color Harmonies of #227F5C
Complementary color
Monochromatic Colors of #227F5C
Black with #227F5C
Text Example
Text Example
White with #227F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F5C; }
p { color: rgb(34,127,92); }
H1.HeaderClassName
{
color: #227F5C;
}
.AnyTagClassName
{
color: #227F5C;
}
</style>
background-color css
<style>
a { background-color: #227F5C; }
a { background-color: rgb(34,127,92); }
div.DivClassName
{
background-color: #227F5C;
}
.BgClassName
{
background-color: #227F5C;
}
</style>
border-color css
<style>
span { border-color: #227F5C; }
span { border-color: rgb(34,127,92); }
td.TdClassName
{
border-color: #227F5C;
}
.TagClassName
{
border-color: #227F5C;
}
</style>