#227765

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

Shades of Deep Sea #227765

Tints of Deep Sea #227765

Color information

#227765 (or 0x227765) is unknown color: approx Deep Sea. HEX triplet: 22, 77 and 65. RGB value is (34,119,101). Sum of RGB (Red+Green+Blue) = 34+119+101=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #227765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227765 is #DD889A. Grayscale: #5B5B5B. Windows color (decimal): -14518427 or 6649634. OLE color: 6649634.

HSL color Cylindrical-coordinate representation of color #227765: hue angle of 167.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227765 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB34119101-
CMYK0.7100.150.53
HSL167.29º55.56%30%-
HSV(B)167.29º71.43%46.67%-
XYZ9.6114.4714.6-
YUV91.53133.3486.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.39%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=13.39%
G=46.85%
B=39.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal341191010.7100.150.53167.2955.5630
Hex227765470F35a7381e
Octal42167145107017652477036
Binary100010111011111001011000111011111101011010011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227765; }

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

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

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

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

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

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

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

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