#316D79

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

Shades of Atoll #316D79

Tints of Atoll #316D79

Color information

#316D79 (or 0x316D79) is unknown color: approx Atoll. HEX triplet: 31, 6D and 79. RGB value is (49,109,121). Sum of RGB (Red+Green+Blue) = 49+109+121=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #316D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D79 is #CE9286. Grayscale: #5C5C5C. Windows color (decimal): -13537927 or 7957809. OLE color: 7957809.

HSL color Cylindrical-coordinate representation of color #316D79: hue angle of 190º 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 #316D79 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB49109121-
CMYK0.600.1000.53
HSL190º42.35%33.33%-
HSV(B)190º59.5%47.45%-
XYZ10.1912.9720.06-
YUV92.43144.1297.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=17.56%
G=39.07%
B=43.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491091210.600.1000.5319042.3533.33
Hex316D793CA035be2a21
Octal6115517174120652765241
Binary110001110110111110011111001010011010110111110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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