#227360

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

Shades of Deep Sea #227360

Tints of Deep Sea #227360

Color information

#227360 (or 0x227360) is unknown color: approx Deep Sea. HEX triplet: 22, 73 and 60. RGB value is (34,115,96). Sum of RGB (Red+Green+Blue) = 34+115+96=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #227360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227360 is #DD8C9F. Grayscale: #585858. Windows color (decimal): -14519456 or 6320930. OLE color: 6320930.

HSL color Cylindrical-coordinate representation of color #227360: hue angle of 165.93º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227360 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB3411596-
CMYK0.7000.170.55
HSL165.93º54.36%29.22%-
HSV(B)165.93º70.43%45.1%-
XYZ8.913.4513.19-
YUV88.62132.1689.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=13.88%
G=46.94%
B=39.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34115960.7000.170.55165.9354.3629.22
Hex2273604601137a6361d
Octal42163140106021672466635
Binary1000101110011110000010001100100011101111010011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227360; }

 p { color: rgb(34,115,96); }

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

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

 a { background-color: rgb(34,115,96); }

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

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

 span { border-color: rgb(34,115,96); }

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