#337F7B

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

Shades of Atoll #337F7B

Tints of Atoll #337F7B

Color information

#337F7B (or 0x337F7B) is unknown color: approx Atoll. HEX triplet: 33, 7F and 7B. RGB value is (51,127,123). Sum of RGB (Red+Green+Blue) = 51+127+123=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #337F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F7B is #CC8084. Grayscale: #676767. Windows color (decimal): -13402245 or 8093491. OLE color: 8093491.

HSL color Cylindrical-coordinate representation of color #337F7B: hue angle of 176.84º 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 #337F7B is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB51127123-
CMYK0.6000.030.50
HSL176.84º42.7%34.9%-
HSV(B)176.84º59.84%49.8%-
XYZ12.5317.3121.42-
YUV103.82138.8290.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 127 (50% from 255) = 42.19%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=16.94%
G=42.19%
B=40.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511271230.6000.030.50176.8442.734.9
Hex337F7B3C0332b12b23
Octal631771737403622615343
Binary1100111111111111101111110001111001010110001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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