#316A73

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

Shades of Atoll #316A73

Tints of Atoll #316A73

Color information

#316A73 (or 0x316A73) is unknown color: approx Atoll. HEX triplet: 31, 6A and 73. RGB value is (49,106,115). Sum of RGB (Red+Green+Blue) = 49+106+115=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #316A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A73 is #CE958C. Grayscale: #595959. Windows color (decimal): -13538701 or 7563825. OLE color: 7563825.

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

Color convert

RGB49106115-
CMYK0.570.0800.55
HSL188.18º40.24%32.16%-
HSV(B)188.18º57.39%45.1%-
XYZ9.5212.218.07-
YUV89.98142.1298.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=18.15%
G=39.26%
B=42.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491061150.570.0800.55188.1840.2432.16
Hex316A73398037bc2820
Octal6115216371100672745040
Binary110001110101011100111110011000011011110111100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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