#337066

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

Shades of Genoa #337066

Tints of Genoa #337066

Color information

#337066 (or 0x337066) is unknown color: approx Genoa. HEX triplet: 33, 70 and 66. RGB value is (51,112,102). Sum of RGB (Red+Green+Blue) = 51+112+102=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #337066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337066 is #CC8F99. Grayscale: #5C5C5C. Windows color (decimal): -13406106 or 6713395. OLE color: 6713395.

HSL color Cylindrical-coordinate representation of color #337066: hue angle of 170.16º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #337066 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB51112102-
CMYK0.5400.090.56
HSL170.16º37.42%31.96%-
HSV(B)170.16º54.46%43.92%-
XYZ9.5613.2514.62-
YUV92.62133.2998.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=19.25%
G=42.26%
B=38.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511121020.5400.090.56170.1637.4231.96
Hex337066360938aa2520
Octal6316014666011702524540
Binary110011111000011001101101100100111100010101010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337066; }

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

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

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

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

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

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

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

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