#316E73

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

Shades of Atoll #316E73

Tints of Atoll #316E73

Color information

#316E73 (or 0x316E73) is unknown color: approx Atoll. HEX triplet: 31, 6E and 73. RGB value is (49,110,115). Sum of RGB (Red+Green+Blue) = 49+110+115=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #316E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E73 is #CE918C. Grayscale: #5C5C5C. Windows color (decimal): -13537677 or 7564849. OLE color: 7564849.

HSL color Cylindrical-coordinate representation of color #316E73: hue angle of 184.55º 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 #316E73 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB49110115-
CMYK0.570.0400.55
HSL184.55º40.24%32.16%-
HSV(B)184.55º57.39%45.1%-
XYZ9.9413.0418.21-
YUV92.33140.7997.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=17.88%
G=40.15%
B=41.97%

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
Decimal491101150.570.0400.55184.5540.2432.16
Hex316E73394037b92820
Octal611561637140672715040
Binary11000111011101110011111001100011011110111001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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