#309788

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

Shades of Gossamer #309788

Tints of Gossamer #309788

Color information

#309788 (or 0x309788) is unknown color: approx Gossamer. HEX triplet: 30, 97 and 88. RGB value is (48,151,136). Sum of RGB (Red+Green+Blue) = 48+151+136=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #309788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309788 is #CF6877. Grayscale: #767676. Windows color (decimal): -13592696 or 8951600. OLE color: 8951600.

HSL color Cylindrical-coordinate representation of color #309788: hue angle of 171.26º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309788 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB48151136-
CMYK0.6800.100.41
HSL171.26º51.76%39.02%-
HSV(B)171.26º68.21%59.22%-
XYZ16.7324.5427.15-
YUV118.49137.8877.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=14.33%
G=45.07%
B=40.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481511360.6800.100.41171.2651.7639.02
Hex309788440A29ab3427
Octal60227210104012512536447
Binary110000100101111000100010001000101010100110101011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309788; }

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

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

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

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

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

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

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

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