#309389

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

Shades of Gossamer #309389

Tints of Gossamer #309389

Color information

#309389 (or 0x309389) is unknown color: approx Gossamer. HEX triplet: 30, 93 and 89. RGB value is (48,147,137). Sum of RGB (Red+Green+Blue) = 48+147+137=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #309389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309389 is #CF6C76. Grayscale: #747474. Windows color (decimal): -13593719 or 9016112. OLE color: 9016112.

HSL color Cylindrical-coordinate representation of color #309389: hue angle of 173.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309389 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB48147137-
CMYK0.6700.070.42
HSL173.94º50.77%38.24%-
HSV(B)173.94º67.35%57.65%-
XYZ16.1723.327.31-
YUV116.26139.779.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=14.46%
G=44.28%
B=41.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481471370.6700.070.42173.9450.7738.24
Hex30938943072Aae3326
Octal6022321110307522566346
Binary11000010010011100010011000011011110101010101110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309389; }

 p { color: rgb(48,147,137); }

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

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

 a { background-color: rgb(48,147,137); }

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

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

 span { border-color: rgb(48,147,137); }

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