#337E7F

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

Shades of Atoll #337E7F

Tints of Atoll #337E7F

Color information

#337E7F (or 0x337E7F) is unknown color: approx Atoll. HEX triplet: 33, 7E and 7F. RGB value is (51,126,127). Sum of RGB (Red+Green+Blue) = 51+126+127=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #337E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E7F is #CC8180. Grayscale: #676767. Windows color (decimal): -13402497 or 8355379. OLE color: 8355379.

HSL color Cylindrical-coordinate representation of color #337E7F: hue angle of 180.79º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E7F is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB51126127-
CMYK0.600.0100.50
HSL180.79º42.7%34.9%-
HSV(B)180.79º59.84%49.8%-
XYZ12.6617.1622.72-
YUV103.69141.1590.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.78%
GREEN value IS 126 (49.61% from 255) = 41.45%
BLUE value IS 127 (50% from 255) = 41.78%
R=16.78%
G=41.45%
B=41.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511261270.600.0100.50180.7942.734.9
Hex337E7F3C1032b52b23
Octal631761777410622655343
Binary110011111111011111111111001011001010110101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,126,127); }

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

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

 a { background-color: rgb(51,126,127); }

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

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

 span { border-color: rgb(51,126,127); }

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