#309885

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

Shades of Gossamer #309885

Tints of Gossamer #309885

Color information

#309885 (or 0x309885) is unknown color: approx Gossamer. HEX triplet: 30, 98 and 85. RGB value is (48,152,133). Sum of RGB (Red+Green+Blue) = 48+152+133=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #309885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309885 is #CF677A. Grayscale: #767676. Windows color (decimal): -13592443 or 8755248. OLE color: 8755248.

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

Color convert

RGB48152133-
CMYK0.6800.130.40
HSL169.04º52%39.22%-
HSV(B)169.04º68.42%59.61%-
XYZ16.6824.7826.09-
YUV118.74136.0477.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.41%
GREEN value IS 152 (59.77% from 255) = 45.65%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=14.41%
G=45.65%
B=39.94%

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
Decimal481521330.6800.130.40169.045239.22
Hex309885440D28a93427
Octal60230205104015502516447
Binary110000100110001000010110001000110110100010101001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309885; }

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

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

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

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

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

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

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

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