#316E70

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

Shades of Atoll #316E70

Tints of Atoll #316E70

Color information

#316E70 (or 0x316E70) is unknown color: approx Atoll. HEX triplet: 31, 6E and 70. RGB value is (49,110,112). Sum of RGB (Red+Green+Blue) = 49+110+112=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #316E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E70 is #CE918F. Grayscale: #5B5B5B. Windows color (decimal): -13537680 or 7368241. OLE color: 7368241.

HSL color Cylindrical-coordinate representation of color #316E70: hue angle of 181.9º 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 #316E70 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB49110112-
CMYK0.560.0200.56
HSL181.9º39.13%31.57%-
HSV(B)181.9º56.25%43.92%-
XYZ9.7712.9717.32-
YUV91.99139.2997.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 110 (43.36% from 255) = 40.59%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=18.08%
G=40.59%
B=41.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491101120.560.0200.56181.939.1331.57
Hex316E70382038b62720
Octal611561607020702664740
Binary1100011101110111000011100010011100010110110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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