#316A77

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

Shades of Allports #316A77

Tints of Allports #316A77

Color information

#316A77 (or 0x316A77) is unknown color: approx Allports. HEX triplet: 31, 6A and 77. RGB value is (49,106,119). Sum of RGB (Red+Green+Blue) = 49+106+119=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #316A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A77 is #CE9588. Grayscale: #5A5A5A. Windows color (decimal): -13538697 or 7825969. OLE color: 7825969.

HSL color Cylindrical-coordinate representation of color #316A77: hue angle of 191.14º 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 #316A77 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB49106119-
CMYK0.590.1100.53
HSL191.14º41.67%32.94%-
HSV(B)191.14º58.82%46.67%-
XYZ9.7512.2919.31-
YUV90.44144.1298.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=17.88%
G=38.69%
B=43.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491061190.590.1100.53191.1441.6732.94
Hex316A773BB035bf2a21
Octal6115216773130652775241
Binary110001110101011101111110111011011010110111111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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