#227361

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

Shades of Deep Sea #227361

Tints of Deep Sea #227361

Color information

#227361 (or 0x227361) is unknown color: approx Deep Sea. HEX triplet: 22, 73 and 61. RGB value is (34,115,97). Sum of RGB (Red+Green+Blue) = 34+115+97=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #227361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227361 is #DD8C9E. Grayscale: #585858. Windows color (decimal): -14519455 or 6386466. OLE color: 6386466.

HSL color Cylindrical-coordinate representation of color #227361: hue angle of 166.67º 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 #227361 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB3411597-
CMYK0.7000.160.55
HSL166.67º54.36%29.22%-
HSV(B)166.67º70.43%45.1%-
XYZ8.9513.4613.44-
YUV88.73132.6688.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.82%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=13.82%
G=46.75%
B=39.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34115970.7000.160.55166.6754.3629.22
Hex2273614601037a7361d
Octal42163141106020672476635
Binary1000101110011110000110001100100001101111010011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227361; }

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

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

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

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

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

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

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

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