#309B88

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

Shades of Gossamer #309B88

Tints of Gossamer #309B88

Color information

#309B88 (or 0x309B88) is unknown color: approx Gossamer. HEX triplet: 30, 9B and 88. RGB value is (48,155,136). Sum of RGB (Red+Green+Blue) = 48+155+136=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #309B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309B88 is #CF6477. Grayscale: #787878. Windows color (decimal): -13591672 or 8952624. OLE color: 8952624.

HSL color Cylindrical-coordinate representation of color #309B88: hue angle of 169.35º 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 #309B88 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB48155136-
CMYK0.6900.120.39
HSL169.35º52.71%39.8%-
HSV(B)169.35º69.03%60.78%-
XYZ17.3825.8527.37-
YUV120.84136.5576.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=14.16%
G=45.72%
B=40.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481551360.6900.120.39169.3552.7139.8
Hex309B88450C27a93528
Octal60233210105014472516550
Binary110000100110111000100010001010110010011110101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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