#337171

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

Shades of Atoll #337171

Tints of Atoll #337171

Color information

#337171 (or 0x337171) is unknown color: approx Atoll. HEX triplet: 33, 71 and 71. RGB value is (51,113,113). Sum of RGB (Red+Green+Blue) = 51+113+113=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #337171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337171 is #CC8E8E. Grayscale: #5E5E5E. Windows color (decimal): -13405839 or 7434547. OLE color: 7434547.

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

Color convert

RGB51113113-
CMYK0.55000.56
HSL180º37.8%32.16%-
HSV(B)180º54.87%44.31%-
XYZ10.2513.7117.73-
YUV94.46138.4697-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=18.41%
G=40.79%
B=40.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511131130.55000.5618037.832.16
Hex337171370038b42620
Octal631611616700702644640
Binary110011111000111100011101110011100010110100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337171; }

 p { color: rgb(51,113,113); }

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

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

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

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

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

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

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