#316E74

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

Shades of Atoll #316E74

Tints of Atoll #316E74

Color information

#316E74 (or 0x316E74) is unknown color: approx Atoll. HEX triplet: 31, 6E and 74. RGB value is (49,110,116). Sum of RGB (Red+Green+Blue) = 49+110+116=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #316E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E74 is #CE918B. Grayscale: #5C5C5C. Windows color (decimal): -13537676 or 7630385. OLE color: 7630385.

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

Color convert

RGB49110116-
CMYK0.580.0500.55
HSL185.37º40.61%32.35%-
HSV(B)185.37º57.76%45.49%-
XYZ9.9913.0718.52-
YUV92.44141.2997.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 116 (45.70% from 255) = 42.18%
R=17.82%
G=40%
B=42.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491101160.580.0500.55185.3740.6132.35
Hex316E743A5037b92920
Octal611561647250672715140
Binary11000111011101110100111010101011011110111001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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