#316F71

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

Shades of Atoll #316F71

Tints of Atoll #316F71

Color information

#316F71 (or 0x316F71) is unknown color: approx Atoll. HEX triplet: 31, 6F and 71. RGB value is (49,111,113). Sum of RGB (Red+Green+Blue) = 49+111+113=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #316F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F71 is #CE908E. Grayscale: #5C5C5C. Windows color (decimal): -13537423 or 7434033. OLE color: 7434033.

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

Color convert

RGB49111113-
CMYK0.570.0200.56
HSL181.88º39.51%31.76%-
HSV(B)181.88º56.64%44.31%-
XYZ9.9313.2117.65-
YUV92.69139.4696.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 111 (43.75% from 255) = 40.66%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=17.95%
G=40.66%
B=41.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491111130.570.0200.56181.8839.5131.76
Hex316F71392038b62820
Octal611571617120702665040
Binary1100011101111111000111100110011100010110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,111,113); }

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

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

 a { background-color: rgb(49,111,113); }

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

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

 span { border-color: rgb(49,111,113); }

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