#316A70

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

Shades of Atoll #316A70

Tints of Atoll #316A70

Color information

#316A70 (or 0x316A70) is unknown color: approx Atoll. HEX triplet: 31, 6A and 70. RGB value is (49,106,112). Sum of RGB (Red+Green+Blue) = 49+106+112=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #316A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A70 is #CE958F. Grayscale: #595959. Windows color (decimal): -13538704 or 7367217. OLE color: 7367217.

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

Color convert

RGB49106112-
CMYK0.560.0500.56
HSL185.71º39.13%31.57%-
HSV(B)185.71º56.25%43.92%-
XYZ9.3512.1317.18-
YUV89.64140.6299.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=18.35%
G=39.70%
B=41.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491061120.560.0500.56185.7139.1331.57
Hex316A70385038ba2720
Octal611521607050702724740
Binary11000111010101110000111000101011100010111010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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