#227E5C

Color #227E5C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #227E5C

Tints of Deep Sea #227E5C

Color information

#227E5C (or 0x227E5C) is unknown color: approx Deep Sea. HEX triplet: 22, 7E and 5C. RGB value is (34,126,92). Sum of RGB (Red+Green+Blue) = 34+126+92=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 126 (49.61% from 255 or 50% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 126 - color contains mainly: green. Hex color #227E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227E5C is #DD81A3. Grayscale: #5E5E5E. Windows color (decimal): -14516644 or 6061602. OLE color: 6061602.

HSL color Cylindrical-coordinate representation of color #227E5C: hue angle of 157.83º 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 #227E5C is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB3412692-
CMYK0.7300.270.51
HSL157.83º57.5%31.37%-
HSV(B)157.83º73.02%49.41%-
XYZ10.0516.0312.69-
YUV94.62126.5284.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 126 (49.61% from 255) = 50%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=13.49%
G=50%
B=36.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34126920.7300.270.51157.8357.531.37
Hex227E5C4901B339e3a1f
Octal42176134111033632367237
Binary1000101111110101110010010010110111100111001111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227E5C; }

 p { color: rgb(34,126,92); }

 H1.HeaderClassName
 {
   color: #227E5C;
 }
 .AnyTagClassName
 {
   color: #227E5C;
 }
</style>
background-color css

<style>
 a { background-color: #227E5C; }

 a { background-color: rgb(34,126,92); }

 div.DivClassName
 {
   background-color: #227E5C;
 }
 .BgClassName
 {
   background-color: #227E5C;
 }
</style>
border-color css

<style>
 span { border-color: #227E5C; }

 span { border-color: rgb(34,126,92); }

 td.TdClassName
 {
   border-color: #227E5C;
 }
 .TagClassName
 {
   border-color: #227E5C;
 }
</style>