#316C72

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

Shades of Atoll #316C72

Tints of Atoll #316C72

Color information

#316C72 (or 0x316C72) is unknown color: approx Atoll. HEX triplet: 31, 6C and 72. RGB value is (49,108,114). Sum of RGB (Red+Green+Blue) = 49+108+114=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #316C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C72 is #CE938D. Grayscale: #5A5A5A. Windows color (decimal): -13538190 or 7498801. OLE color: 7498801.

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

Color convert

RGB49108114-
CMYK0.570.0500.55
HSL185.54º39.88%31.96%-
HSV(B)185.54º57.02%44.71%-
XYZ9.6712.5917.84-
YUV91.04140.9598.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=18.08%
G=39.85%
B=42.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491081140.570.0500.55185.5439.8831.96
Hex316C72395037ba2820
Octal611541627150672725040
Binary11000111011001110010111001101011011110111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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