#317071

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

Shades of Atoll #317071

Tints of Atoll #317071

Color information

#317071 (or 0x317071) is unknown color: approx Atoll. HEX triplet: 31, 70 and 71. RGB value is (49,112,113). Sum of RGB (Red+Green+Blue) = 49+112+113=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #317071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317071 is #CE8F8E. Grayscale: #5D5D5D. Windows color (decimal): -13537167 or 7434289. OLE color: 7434289.

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

Color convert

RGB49112113-
CMYK0.570.0100.56
HSL180.94º39.51%31.76%-
HSV(B)180.94º56.64%44.31%-
XYZ10.0413.4317.69-
YUV93.28139.1396.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=17.88%
G=40.88%
B=41.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491121130.570.0100.56180.9439.5131.76
Hex317071391038b52820
Octal611601617110702655040
Binary110001111000011100011110011011100010110101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317071; }

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

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

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

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

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

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

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

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