#316B76

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

Shades of Allports #316B76

Tints of Allports #316B76

Color information

#316B76 (or 0x316B76) is unknown color: approx Allports. HEX triplet: 31, 6B and 76. RGB value is (49,107,118). Sum of RGB (Red+Green+Blue) = 49+107+118=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #316B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B76 is #CE9489. Grayscale: #5A5A5A. Windows color (decimal): -13538442 or 7760689. OLE color: 7760689.

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

Color convert

RGB49107118-
CMYK0.580.0900.54
HSL189.57º41.32%32.75%-
HSV(B)189.57º58.47%46.27%-
XYZ9.7912.4819.03-
YUV90.91143.2898.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=17.88%
G=39.05%
B=43.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491071180.580.0900.54189.5741.3232.75
Hex316B763A9036be2921
Octal6115316672110662765141
Binary110001110101111101101110101001011011010111110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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