#337068

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

Shades of Genoa #337068

Tints of Genoa #337068

Color information

#337068 (or 0x337068) is unknown color: approx Genoa. HEX triplet: 33, 70 and 68. RGB value is (51,112,104). Sum of RGB (Red+Green+Blue) = 51+112+104=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #337068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337068 is #CC8F97. Grayscale: #5C5C5C. Windows color (decimal): -13406104 or 6844467. OLE color: 6844467.

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

Color convert

RGB51112104-
CMYK0.5400.070.56
HSL172.13º37.42%31.96%-
HSV(B)172.13º54.46%43.92%-
XYZ9.6613.2915.15-
YUV92.85134.2998.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=19.10%
G=41.95%
B=38.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511121040.5400.070.56172.1337.4231.96
Hex337068360738ac2520
Octal631601506607702544540
Binary11001111100001101000110110011111100010101100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337068; }

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

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

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

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

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

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

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

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