#318F7B

Color #318F7B Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #318F7B

Tints of Gossamer #318F7B

Color information

#318F7B (or 0x318F7B) is unknown color: approx Gossamer. HEX triplet: 31, 8F and 7B. RGB value is (49,143,123). Sum of RGB (Red+Green+Blue) = 49+143+123=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #318F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318F7B is #CE7084. Grayscale: #707070. Windows color (decimal): -13529221 or 8097585. OLE color: 8097585.

HSL color Cylindrical-coordinate representation of color #318F7B: hue angle of 167.23º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318F7B is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB49143123-
CMYK0.6600.140.44
HSL167.23º48.96%37.65%-
HSV(B)167.23º65.73%56.08%-
XYZ14.6621.7322.16-
YUV112.61133.8682.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 143 (56.25% from 255) = 45.40%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=15.56%
G=45.40%
B=39.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491431230.6600.140.44167.2348.9637.65
Hex318F7B420E2Ca73126
Octal61217173102016542476146
Binary11000110001111111101110000100111010110010100111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318F7B; }

 p { color: rgb(49,143,123); }

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

<style>
 a { background-color: #318F7B; }

 a { background-color: rgb(49,143,123); }

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

<style>
 span { border-color: #318F7B; }

 span { border-color: rgb(49,143,123); }

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