#317E80

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

Shades of Atoll #317E80

Tints of Atoll #317E80

Color information

#317E80 (or 0x317E80) is unknown color: approx Atoll. HEX triplet: 31, 7E and 80. RGB value is (49,126,128). Sum of RGB (Red+Green+Blue) = 49+126+128=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #317E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317E80 is #CE817F. Grayscale: #676767. Windows color (decimal): -13533568 or 8420913. OLE color: 8420913.

HSL color Cylindrical-coordinate representation of color #317E80: hue angle of 181.52º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #317E80 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB49126128-
CMYK0.620.0200.50
HSL181.52º44.63%34.71%-
HSV(B)181.52º61.72%50.2%-
XYZ12.6217.1323.06-
YUV103.2141.9989.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.17%
GREEN value IS 126 (49.61% from 255) = 41.58%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=16.17%
G=41.58%
B=42.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491261280.620.0200.50181.5244.6334.71
Hex317E803E2032b62d23
Octal611762007620622665543
Binary11000111111101000000011111010011001010110110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317E80; }

 p { color: rgb(49,126,128); }

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

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

 a { background-color: rgb(49,126,128); }

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

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

 span { border-color: rgb(49,126,128); }

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