#337C79

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

Shades of Atoll #337C79

Tints of Atoll #337C79

Color information

#337C79 (or 0x337C79) is unknown color: approx Atoll. HEX triplet: 33, 7C and 79. RGB value is (51,124,121). Sum of RGB (Red+Green+Blue) = 51+124+121=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #337C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C79 is #CC8386. Grayscale: #656565. Windows color (decimal): -13403015 or 7961651. OLE color: 7961651.

HSL color Cylindrical-coordinate representation of color #337C79: hue angle of 177.53º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337C79 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB51124121-
CMYK0.5900.020.51
HSL177.53º41.71%34.31%-
HSV(B)177.53º58.87%48.63%-
XYZ12.0216.520.64-
YUV101.83138.8291.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 124 (48.83% from 255) = 41.89%
BLUE value IS 121 (47.66% from 255) = 40.88%
R=17.23%
G=41.89%
B=40.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511241210.5900.020.51177.5341.7134.31
Hex337C793B0233b22a22
Octal631741717302632625242
Binary1100111111100111100111101101011001110110010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337C79; }

 p { color: rgb(51,124,121); }

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

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

 a { background-color: rgb(51,124,121); }

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

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

 span { border-color: rgb(51,124,121); }

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