#316E71

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

Shades of Atoll #316E71

Tints of Atoll #316E71

Color information

#316E71 (or 0x316E71) is unknown color: approx Atoll. HEX triplet: 31, 6E and 71. RGB value is (49,110,113). Sum of RGB (Red+Green+Blue) = 49+110+113=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #316E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E71 is #CE918E. Grayscale: #5C5C5C. Windows color (decimal): -13537679 or 7433777. OLE color: 7433777.

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

Color convert

RGB49110113-
CMYK0.570.0300.56
HSL182.81º39.51%31.76%-
HSV(B)182.81º56.64%44.31%-
XYZ9.821317.61-
YUV92.1139.7997.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=18.01%
G=40.44%
B=41.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491101130.570.0300.56182.8139.5131.76
Hex316E71393038b72820
Octal611561617130702675040
Binary1100011101110111000111100111011100010110111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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