#316E72

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

Shades of Atoll #316E72

Tints of Atoll #316E72

Color information

#316E72 (or 0x316E72) is unknown color: approx Atoll. HEX triplet: 31, 6E and 72. RGB value is (49,110,114). Sum of RGB (Red+Green+Blue) = 49+110+114=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #316E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E72 is #CE918D. Grayscale: #5C5C5C. Windows color (decimal): -13537678 or 7499313. OLE color: 7499313.

HSL color Cylindrical-coordinate representation of color #316E72: hue angle of 183.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316E72 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB49110114-
CMYK0.570.0400.55
HSL183.69º39.88%31.96%-
HSV(B)183.69º57.02%44.71%-
XYZ9.8813.0217.91-
YUV92.22140.2997.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=17.95%
G=40.29%
B=41.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491101140.570.0400.55183.6939.8831.96
Hex316E72394037b82820
Octal611561627140672705040
Binary11000111011101110010111001100011011110111000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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