Shades of Deep Sea #227F6B
Tints of Deep Sea #227F6B
RGB
CMYK
RGB Variations
Color information
#227F6B (or 0x227F6B) is known color: Deep Sea. HEX triplet: 22, 7F and 6B. RGB value is (34,127,107). Sum of RGB (Red+Green+Blue) = 34+127+107=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #227F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F6B is #DD8094. Grayscale: #606060. Windows color (decimal): -14516373 or 7044898. OLE color: 7044898.
HSL color Cylindrical-coordinate representation of color #227F6B: hue angle of 167.1º 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 #227F6B is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 107 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.50 |
| HSL | 167.1º | 0.58% | 0.32% | - |
| HSV(B) | 167.1º | 0.73% | 0.5% | - |
| XYZ | 10.9 | 16.58 | 16.54 | - |
| YUV | 96.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 107 | 0.73 | 0 | 0.16 | 0.50 | 167.1 | 0.58 | 0.32 |
| Hex | 22 | 7F | 6B | 49 | 0 | 10 | 32 | A7 | 3A | 20 |
| Octal | 42 | 177 | 153 | 111 | 0 | 20 | 62 | 247 | 72 | 40 |
| Binary | 100010 | 1111111 | 1101011 | 1001001 | 0 | 10000 | 110010 | 10100111 | 111010 | 100000 |
Color Harmonies of #227F6B
Complementary color
Monochromatic Colors of #227F6B
Black with #227F6B
Text Example
Text Example
White with #227F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F6B; }
p { color: rgb(34,127,107); }
H1.HeaderClassName
{
color: #227F6B;
}
.AnyTagClassName
{
color: #227F6B;
}
</style>
background-color css
<style>
a { background-color: #227F6B; }
a { background-color: rgb(34,127,107); }
div.DivClassName
{
background-color: #227F6B;
}
.BgClassName
{
background-color: #227F6B;
}
</style>
border-color css
<style>
span { border-color: #227F6B; }
span { border-color: rgb(34,127,107); }
td.TdClassName
{
border-color: #227F6B;
}
.TagClassName
{
border-color: #227F6B;
}
</style>