#309884

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

Shades of Gossamer #309884

Tints of Gossamer #309884

Color information

#309884 (or 0x309884) is unknown color: approx Gossamer. HEX triplet: 30, 98 and 84. RGB value is (48,152,132). Sum of RGB (Red+Green+Blue) = 48+152+132=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #309884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309884 is #CF677B. Grayscale: #767676. Windows color (decimal): -13592444 or 8689712. OLE color: 8689712.

HSL color Cylindrical-coordinate representation of color #309884: hue angle of 168.46º 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 #309884 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB48152132-
CMYK0.6800.130.40
HSL168.46º52%39.22%-
HSV(B)168.46º68.42%59.61%-
XYZ16.6124.7525.73-
YUV118.62135.5477.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=14.46%
G=45.78%
B=39.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521320.6800.130.40168.465239.22
Hex309884440D28a83427
Octal60230204104015502506447
Binary110000100110001000010010001000110110100010101000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309884; }

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

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

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

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

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

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

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

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