#309D8D

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

Shades of Gossamer #309D8D

Tints of Gossamer #309D8D

Color information

#309D8D (or 0x309D8D) is unknown color: approx Gossamer. HEX triplet: 30, 9D and 8D. RGB value is (48,157,141). Sum of RGB (Red+Green+Blue) = 48+157+141=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #309D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D8D is #CF6272. Grayscale: #7A7A7A. Windows color (decimal): -13591155 or 9280816. OLE color: 9280816.

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

Color convert

RGB48157141-
CMYK0.6900.100.38
HSL171.19º53.17%40.2%-
HSV(B)171.19º69.43%61.57%-
XYZ18.0826.6729.39-
YUV122.58138.3974.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.87%
GREEN value IS 157 (61.72% from 255) = 45.38%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=13.87%
G=45.38%
B=40.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481571410.6900.100.38171.1953.1740.2
Hex309D8D450A26ab3528
Octal60235215105012462536550
Binary110000100111011000110110001010101010011010101011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,157,141); }

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

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

 a { background-color: rgb(48,157,141); }

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

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

 span { border-color: rgb(48,157,141); }

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