#316C7A

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

Shades of Allports #316C7A

Tints of Allports #316C7A

Color information

#316C7A (or 0x316C7A) is unknown color: approx Allports. HEX triplet: 31, 6C and 7A. RGB value is (49,108,122). Sum of RGB (Red+Green+Blue) = 49+108+122=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #316C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C7A is #CE9385. Grayscale: #5B5B5B. Windows color (decimal): -13538182 or 8023089. OLE color: 8023089.

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

Color convert

RGB49108122-
CMYK0.600.1100.52
HSL191.51º42.69%33.53%-
HSV(B)191.51º59.84%47.84%-
XYZ10.1412.7820.35-
YUV91.96144.9597.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 108 (42.58% from 255) = 38.71%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=17.56%
G=38.71%
B=43.73%

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
Decimal491081220.600.1100.52191.5142.6933.53
Hex316C7A3CB034c02b22
Octal6115417274130643005342
Binary110001110110011110101111001011011010011000000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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