#317171

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

Shades of Atoll #317171

Tints of Atoll #317171

Color information

#317171 (or 0x317171) is unknown color: approx Atoll. HEX triplet: 31, 71 and 71. RGB value is (49,113,113). Sum of RGB (Red+Green+Blue) = 49+113+113=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #317171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317171 is #CE8E8E. Grayscale: #5D5D5D. Windows color (decimal): -13536911 or 7434545. OLE color: 7434545.

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

Color convert

RGB49113113-
CMYK0.57000.56
HSL180º39.51%31.76%-
HSV(B)180º56.64%44.31%-
XYZ10.1513.6617.72-
YUV93.86138.896-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=17.82%
G=41.09%
B=41.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491131130.57000.5618039.5131.76
Hex317171390038b42820
Octal611611617100702645040
Binary110001111000111100011110010011100010110100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317171; }

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

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

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

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

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

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

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

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