#227066

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

Shades of Genoa #227066

Tints of Genoa #227066

Color information

#227066 (or 0x227066) is unknown color: approx Genoa. HEX triplet: 22, 70 and 66. RGB value is (34,112,102). Sum of RGB (Red+Green+Blue) = 34+112+102=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #227066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227066 is #DD8F99. Grayscale: #575757. Windows color (decimal): -14520218 or 6713378. OLE color: 6713378.

HSL color Cylindrical-coordinate representation of color #227066: hue angle of 172.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227066 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB34112102-
CMYK0.7000.090.56
HSL172.31º53.42%28.63%-
HSV(B)172.31º69.64%43.92%-
XYZ8.8512.8914.59-
YUV87.54136.1689.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.71%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=13.71%
G=45.16%
B=41.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341121020.7000.090.56172.3153.4228.63
Hex227066460938ac351d
Octal42160146106011702546535
Binary100010111000011001101000110010011110001010110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227066; }

 p { color: rgb(34,112,102); }

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

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

 a { background-color: rgb(34,112,102); }

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

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

 span { border-color: rgb(34,112,102); }

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