#316E79

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

Shades of Atoll #316E79

Tints of Atoll #316E79

Color information

#316E79 (or 0x316E79) is unknown color: approx Atoll. HEX triplet: 31, 6E and 79. RGB value is (49,110,121). Sum of RGB (Red+Green+Blue) = 49+110+121=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #316E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E79 is #CE9186. Grayscale: #5C5C5C. Windows color (decimal): -13537671 or 7958065. OLE color: 7958065.

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

Color convert

RGB49110121-
CMYK0.600.0900.53
HSL189.17º42.35%33.33%-
HSV(B)189.17º59.5%47.45%-
XYZ10.2913.1920.09-
YUV93.01143.7996.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=17.5%
G=39.29%
B=43.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491101210.600.0900.53189.1742.3533.33
Hex316E793C9035bd2a21
Octal6115617174110652755241
Binary110001110111011110011111001001011010110111101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,110,121); }

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

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

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

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

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

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

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