#316B6F

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

Shades of Atoll #316B6F

Tints of Atoll #316B6F

Color information

#316B6F (or 0x316B6F) is unknown color: approx Atoll. HEX triplet: 31, 6B and 6F. RGB value is (49,107,111). Sum of RGB (Red+Green+Blue) = 49+107+111=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #316B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B6F is #CE9490. Grayscale: #5A5A5A. Windows color (decimal): -13538449 or 7301937. OLE color: 7301937.

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

Color convert

RGB49107111-
CMYK0.560.0400.56
HSL183.87º38.75%31.37%-
HSV(B)183.87º55.86%43.53%-
XYZ9.3912.3216.92-
YUV90.11139.7898.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 107 (42.19% from 255) = 40.07%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=18.35%
G=40.07%
B=41.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491071110.560.0400.56183.8738.7531.37
Hex316B6F384038b8271f
Octal611531577040702704737
Binary1100011101011110111111100010001110001011100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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