#316D76

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

Shades of Atoll #316D76

Tints of Atoll #316D76

Color information

#316D76 (or 0x316D76) is unknown color: approx Atoll. HEX triplet: 31, 6D and 76. RGB value is (49,109,118). Sum of RGB (Red+Green+Blue) = 49+109+118=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #316D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D76 is #CE9289. Grayscale: #5B5B5B. Windows color (decimal): -13537930 or 7761201. OLE color: 7761201.

HSL color Cylindrical-coordinate representation of color #316D76: hue angle of 187.83º 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 #316D76 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB49109118-
CMYK0.580.0800.54
HSL187.83º41.32%32.75%-
HSV(B)187.83º58.47%46.27%-
XYZ10.0112.919.1-
YUV92.09142.6297.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=17.75%
G=39.49%
B=42.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491091180.580.0800.54187.8341.3232.75
Hex316D763A8036bc2921
Octal6115516672100662745141
Binary110001110110111101101110101000011011010111100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316D76; }

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

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

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

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

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

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

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

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