#316C76

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

Shades of Atoll #316C76

Tints of Atoll #316C76

Color information

#316C76 (or 0x316C76) is unknown color: approx Atoll. HEX triplet: 31, 6C and 76. RGB value is (49,108,118). Sum of RGB (Red+Green+Blue) = 49+108+118=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #316C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C76 is #CE9389. Grayscale: #5B5B5B. Windows color (decimal): -13538186 or 7760945. OLE color: 7760945.

HSL color Cylindrical-coordinate representation of color #316C76: hue angle of 188.7º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316C76 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB49108118-
CMYK0.580.0800.54
HSL188.7º41.32%32.75%-
HSV(B)188.7º58.47%46.27%-
XYZ9.912.6919.07-
YUV91.5142.9597.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=17.82%
G=39.27%
B=42.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491081180.580.0800.54188.741.3232.75
Hex316C763A8036bd2921
Octal6115416672100662755141
Binary110001110110011101101110101000011011010111101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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