#316D70

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

Shades of Atoll #316D70

Tints of Atoll #316D70

Color information

#316D70 (or 0x316D70) is unknown color: approx Atoll. HEX triplet: 31, 6D and 70. RGB value is (49,109,112). Sum of RGB (Red+Green+Blue) = 49+109+112=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #316D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D70 is #CE928F. Grayscale: #5B5B5B. Windows color (decimal): -13537936 or 7367985. OLE color: 7367985.

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

Color convert

RGB49109112-
CMYK0.560.0300.56
HSL182.86º39.13%31.57%-
HSV(B)182.86º56.25%43.92%-
XYZ9.6612.7617.28-
YUV91.4139.6297.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 109 (42.97% from 255) = 40.37%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=18.15%
G=40.37%
B=41.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491091120.560.0300.56182.8639.1331.57
Hex316D70383038b72720
Octal611551607030702674740
Binary1100011101101111000011100011011100010110111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,109,112); }

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

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

 a { background-color: rgb(49,109,112); }

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

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

 span { border-color: rgb(49,109,112); }

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