#316C73

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

Shades of Atoll #316C73

Tints of Atoll #316C73

Color information

#316C73 (or 0x316C73) is unknown color: approx Atoll. HEX triplet: 31, 6C and 73. RGB value is (49,108,115). Sum of RGB (Red+Green+Blue) = 49+108+115=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #316C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C73 is #CE938C. Grayscale: #5B5B5B. Windows color (decimal): -13538189 or 7564337. OLE color: 7564337.

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

Color convert

RGB49108115-
CMYK0.570.0600.55
HSL186.36º40.24%32.16%-
HSV(B)186.36º57.39%45.1%-
XYZ9.7212.6218.14-
YUV91.16141.4597.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=18.01%
G=39.71%
B=42.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491081150.570.0600.55186.3640.2432.16
Hex316C73396037ba2820
Octal611541637160672725040
Binary11000111011001110011111001110011011110111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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