#317576

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

Shades of Atoll #317576

Tints of Atoll #317576

Color information

#317576 (or 0x317576) is unknown color: approx Atoll. HEX triplet: 31, 75 and 76. RGB value is (49,117,118). Sum of RGB (Red+Green+Blue) = 49+117+118=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #317576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317576 is #CE8A89. Grayscale: #606060. Windows color (decimal): -13535882 or 7763249. OLE color: 7763249.

HSL color Cylindrical-coordinate representation of color #317576: hue angle of 180.87º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317576 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB49117118-
CMYK0.580.0100.54
HSL180.87º41.32%32.75%-
HSV(B)180.87º58.47%46.27%-
XYZ10.914.6819.4-
YUV96.78139.9793.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=17.25%
G=41.20%
B=41.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491171180.580.0100.54180.8741.3232.75
Hex3175763A1036b52921
Octal611651667210662655141
Binary110001111010111101101110101011011010110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317576; }

 p { color: rgb(49,117,118); }

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

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

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

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

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

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

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