#227565

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

Shades of Deep Sea #227565

Tints of Deep Sea #227565

Color information

#227565 (or 0x227565) is unknown color: approx Deep Sea. HEX triplet: 22, 75 and 65. RGB value is (34,117,101). Sum of RGB (Red+Green+Blue) = 34+117+101=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #227565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227565 is #DD8A9A. Grayscale: #5A5A5A. Windows color (decimal): -14518939 or 6649122. OLE color: 6649122.

HSL color Cylindrical-coordinate representation of color #227565: hue angle of 168.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227565 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB34117101-
CMYK0.7100.140.54
HSL168.43º54.97%29.61%-
HSV(B)168.43º70.94%45.88%-
XYZ9.371414.52-
YUV90.3613487.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=13.49%
G=46.43%
B=40.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal341171010.7100.140.54168.4354.9729.61
Hex227565470E36a8371e
Octal42165145107016662506736
Binary100010111010111001011000111011101101101010100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227565; }

 p { color: rgb(34,117,101); }

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

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

 a { background-color: rgb(34,117,101); }

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

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

 span { border-color: rgb(34,117,101); }

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