#309B87

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

Shades of Gossamer #309B87

Tints of Gossamer #309B87

Color information

#309B87 (or 0x309B87) is unknown color: approx Gossamer. HEX triplet: 30, 9B and 87. RGB value is (48,155,135). Sum of RGB (Red+Green+Blue) = 48+155+135=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #309B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309B87 is #CF6478. Grayscale: #787878. Windows color (decimal): -13591673 or 8887088. OLE color: 8887088.

HSL color Cylindrical-coordinate representation of color #309B87: hue angle of 168.79º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B87 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB48155135-
CMYK0.6900.130.39
HSL168.79º52.71%39.8%-
HSV(B)168.79º69.03%60.78%-
XYZ17.3125.8226.99-
YUV120.73136.0576.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=14.20%
G=45.86%
B=39.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481551350.6900.130.39168.7952.7139.8
Hex309B87450D27a93528
Octal60233207105015472516550
Binary110000100110111000011110001010110110011110101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309B87; }

 p { color: rgb(48,155,135); }

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

<style>
 a { background-color: #309B87; }

 a { background-color: rgb(48,155,135); }

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

<style>
 span { border-color: #309B87; }

 span { border-color: rgb(48,155,135); }

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