#316B72

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

Shades of Atoll #316B72

Tints of Atoll #316B72

Color information

#316B72 (or 0x316B72) is unknown color: approx Atoll. HEX triplet: 31, 6B and 72. RGB value is (49,107,114). Sum of RGB (Red+Green+Blue) = 49+107+114=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #316B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B72 is #CE948D. Grayscale: #5A5A5A. Windows color (decimal): -13538446 or 7498545. OLE color: 7498545.

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

Color convert

RGB49107114-
CMYK0.570.0600.55
HSL186.46º39.88%31.96%-
HSV(B)186.46º57.02%44.71%-
XYZ9.5612.3817.81-
YUV90.46141.2898.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=18.15%
G=39.63%
B=42.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491071140.570.0600.55186.4639.8831.96
Hex316B72396037ba2820
Octal611531627160672725040
Binary11000111010111110010111001110011011110111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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