#316C6E

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

Shades of Atoll #316C6E

Tints of Atoll #316C6E

Color information

#316C6E (or 0x316C6E) is unknown color: approx Atoll. HEX triplet: 31, 6C and 6E. RGB value is (49,108,110). Sum of RGB (Red+Green+Blue) = 49+108+110=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #316C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C6E is #CE9391. Grayscale: #5A5A5A. Windows color (decimal): -13538194 or 7236657. OLE color: 7236657.

HSL color Cylindrical-coordinate representation of color #316C6E: hue angle of 181.97º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C6E is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB49108110-
CMYK0.550.0200.57
HSL181.97º38.36%31.18%-
HSV(B)181.97º55.45%43.14%-
XYZ9.4412.516.67-
YUV90.59138.9598.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=18.35%
G=40.45%
B=41.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal491081100.550.0200.57181.9738.3631.18
Hex316C6E372039b6261f
Octal611541566720712664637
Binary110001110110011011101101111001110011011011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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