Shades of Deep Sea #227A5D
Tints of Deep Sea #227A5D
RGB
CMYK
RGB Variations
Color information
#227A5D (or 0x227A5D) is known color: Deep Sea. HEX triplet: 22, 7A and 5D. RGB value is (34,122,93). Sum of RGB (Red+Green+Blue) = 34+122+93=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #227A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227A5D is #DD85A2. Grayscale: #5C5C5C. Windows color (decimal): -14517667 or 6126114. OLE color: 6126114.
HSL color Cylindrical-coordinate representation of color #227A5D: hue angle of 160.23º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227A5D is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 93 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.52 |
| HSL | 160.23º | 0.56% | 0.31% | - |
| HSV(B) | 160.23º | 0.72% | 0.48% | - |
| XYZ | 9.6 | 15.05 | 12.76 | - |
| YUV | 92.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 93 | 0.72 | 0 | 0.24 | 0.52 | 160.23 | 0.56 | 0.31 |
| Hex | 22 | 7A | 5D | 48 | 0 | 18 | 34 | A0 | 38 | 1F |
| Octal | 42 | 172 | 135 | 110 | 0 | 30 | 64 | 240 | 70 | 37 |
| Binary | 100010 | 1111010 | 1011101 | 1001000 | 0 | 11000 | 110100 | 10100000 | 111000 | 11111 |
Color Harmonies of #227A5D
Complementary color
Monochromatic Colors of #227A5D
Black with #227A5D
Text Example
Text Example
White with #227A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A5D; }
p { color: rgb(34,122,93); }
H1.HeaderClassName
{
color: #227A5D;
}
.AnyTagClassName
{
color: #227A5D;
}
</style>
background-color css
<style>
a { background-color: #227A5D; }
a { background-color: rgb(34,122,93); }
div.DivClassName
{
background-color: #227A5D;
}
.BgClassName
{
background-color: #227A5D;
}
</style>
border-color css
<style>
span { border-color: #227A5D; }
span { border-color: rgb(34,122,93); }
td.TdClassName
{
border-color: #227A5D;
}
.TagClassName
{
border-color: #227A5D;
}
</style>