#316D7A

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

Shades of Allports #316D7A

Tints of Allports #316D7A

Color information

#316D7A (or 0x316D7A) is unknown color: approx Allports. HEX triplet: 31, 6D and 7A. RGB value is (49,109,122). Sum of RGB (Red+Green+Blue) = 49+109+122=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #316D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D7A is #CE9285. Grayscale: #5C5C5C. Windows color (decimal): -13537926 or 8023345. OLE color: 8023345.

HSL color Cylindrical-coordinate representation of color #316D7A: hue angle of 190.68º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #316D7A is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB49109122-
CMYK0.600.1100.52
HSL190.68º42.69%33.53%-
HSV(B)190.68º59.84%47.84%-
XYZ10.251320.38-
YUV92.54144.6296.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 122 (48.05% from 255) = 43.57%
R=17.5%
G=38.93%
B=43.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491091220.600.1100.52190.6842.6933.53
Hex316D7A3CB034bf2b22
Octal6115517274130642775342
Binary110001110110111110101111001011011010010111111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,109,122); }

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

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

 a { background-color: rgb(49,109,122); }

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

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

 span { border-color: rgb(49,109,122); }

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