#316A79

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

Shades of Allports #316A79

Tints of Allports #316A79

Color information

#316A79 (or 0x316A79) is unknown color: approx Allports. HEX triplet: 31, 6A and 79. RGB value is (49,106,121). Sum of RGB (Red+Green+Blue) = 49+106+121=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #316A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A79 is #CE9586. Grayscale: #5A5A5A. Windows color (decimal): -13538695 or 7957041. OLE color: 7957041.

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

Color convert

RGB49106121-
CMYK0.600.1200.53
HSL192.5º42.35%33.33%-
HSV(B)192.5º59.5%47.45%-
XYZ9.8712.3419.95-
YUV90.67145.1298.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 106 (41.80% from 255) = 38.41%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=17.75%
G=38.41%
B=43.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491061210.600.1200.53192.542.3533.33
Hex316A793CC035c02a21
Octal6115217174140653005241
Binary110001110101011110011111001100011010111000000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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