#309887

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

Shades of Gossamer #309887

Tints of Gossamer #309887

Color information

#309887 (or 0x309887) is unknown color: approx Gossamer. HEX triplet: 30, 98 and 87. RGB value is (48,152,135). Sum of RGB (Red+Green+Blue) = 48+152+135=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #309887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309887 is #CF6778. Grayscale: #767676. Windows color (decimal): -13592441 or 8886320. OLE color: 8886320.

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

Color convert

RGB48152135-
CMYK0.6800.110.40
HSL170.19º52%39.22%-
HSV(B)170.19º68.42%59.61%-
XYZ16.8224.8326.83-
YUV118.97137.0477.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=14.33%
G=45.37%
B=40.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521350.6800.110.40170.195239.22
Hex309887440B28aa3427
Octal60230207104013502526447
Binary110000100110001000011110001000101110100010101010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309887; }

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

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

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

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

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

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

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

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