#317677

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

Shades of Atoll #317677

Tints of Atoll #317677

Color information

#317677 (or 0x317677) is unknown color: approx Atoll. HEX triplet: 31, 76 and 77. RGB value is (49,118,119). Sum of RGB (Red+Green+Blue) = 49+118+119=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #317677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317677 is #CE8988. Grayscale: #616161. Windows color (decimal): -13535625 or 7829041. OLE color: 7829041.

HSL color Cylindrical-coordinate representation of color #317677: hue angle of 180.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317677 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB49118119-
CMYK0.590.0100.53
HSL180.86º41.67%32.94%-
HSV(B)180.86º58.82%46.67%-
XYZ11.0714.9419.75-
YUV97.48140.1493.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=17.13%
G=41.26%
B=41.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491181190.590.0100.53180.8641.6732.94
Hex3176773B1035b52a21
Octal611661677310652655241
Binary110001111011011101111110111011010110110101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317677; }

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

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

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

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

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

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

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

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