#316A76

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

Shades of Allports #316A76

Tints of Allports #316A76

Color information

#316A76 (or 0x316A76) is unknown color: approx Allports. HEX triplet: 31, 6A and 76. RGB value is (49,106,118). Sum of RGB (Red+Green+Blue) = 49+106+118=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #316A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A76 is #CE9589. Grayscale: #5A5A5A. Windows color (decimal): -13538698 or 7760433. OLE color: 7760433.

HSL color Cylindrical-coordinate representation of color #316A76: hue angle of 190.43º 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 #316A76 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB49106118-
CMYK0.580.1000.54
HSL190.43º41.32%32.75%-
HSV(B)190.43º58.47%46.27%-
XYZ9.6912.2719-
YUV90.32143.6298.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=17.95%
G=38.83%
B=43.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491061180.580.1000.54190.4341.3232.75
Hex316A763AA036be2921
Octal6115216672120662765141
Binary110001110101011101101110101010011011010111110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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