#337170

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

Shades of Atoll #337170

Tints of Atoll #337170

Color information

#337170 (or 0x337170) is unknown color: approx Atoll. HEX triplet: 33, 71 and 70. RGB value is (51,113,112). Sum of RGB (Red+Green+Blue) = 51+113+112=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #337170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337170 is #CC8E8F. Grayscale: #5E5E5E. Windows color (decimal): -13405840 or 7369011. OLE color: 7369011.

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

Color convert

RGB51113112-
CMYK0.5500.010.56
HSL179.03º37.8%32.16%-
HSV(B)179.03º54.87%44.31%-
XYZ10.1913.6817.43-
YUV94.35137.9697.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=18.48%
G=40.94%
B=40.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511131120.5500.010.56179.0337.832.16
Hex337170370138b32620
Octal631611606701702634640
Binary110011111000111100001101110111100010110011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337170; }

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

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

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

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

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

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

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

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