#227569

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

Shades of Genoa #227569

Tints of Genoa #227569

Color information

#227569 (or 0x227569) is unknown color: approx Genoa. HEX triplet: 22, 75 and 69. RGB value is (34,117,105). Sum of RGB (Red+Green+Blue) = 34+117+105=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #227569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227569 is #DD8A96. Grayscale: #5A5A5A. Windows color (decimal): -14518935 or 6911266. OLE color: 6911266.

HSL color Cylindrical-coordinate representation of color #227569: hue angle of 171.33º 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 #227569 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB34117105-
CMYK0.7100.100.54
HSL171.33º54.97%29.61%-
HSV(B)171.33º70.94%45.88%-
XYZ9.5714.0815.58-
YUV90.8213687.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.28%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=13.28%
G=45.70%
B=41.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal341171050.7100.100.54171.3354.9729.61
Hex227569470A36ab371e
Octal42165151107012662536736
Binary100010111010111010011000111010101101101010101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227569; }

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

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

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

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

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

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

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

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