#316C77

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

Shades of Atoll #316C77

Tints of Atoll #316C77

Color information

#316C77 (or 0x316C77) is unknown color: approx Atoll. HEX triplet: 31, 6C and 77. RGB value is (49,108,119). Sum of RGB (Red+Green+Blue) = 49+108+119=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #316C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C77 is #CE9388. Grayscale: #5B5B5B. Windows color (decimal): -13538185 or 7826481. OLE color: 7826481.

HSL color Cylindrical-coordinate representation of color #316C77: hue angle of 189.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316C77 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB49108119-
CMYK0.590.0900.53
HSL189.43º41.67%32.94%-
HSV(B)189.43º58.82%46.67%-
XYZ9.9612.7119.38-
YUV91.61143.4597.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 108 (42.58% from 255) = 39.13%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=17.75%
G=39.13%
B=43.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491081190.590.0900.53189.4341.6732.94
Hex316C773B9035bd2a21
Octal6115416773110652755241
Binary110001110110011101111110111001011010110111101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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