#309584

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

Shades of Gossamer #309584

Tints of Gossamer #309584

Color information

#309584 (or 0x309584) is unknown color: approx Gossamer. HEX triplet: 30, 95 and 84. RGB value is (48,149,132). Sum of RGB (Red+Green+Blue) = 48+149+132=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #309584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309584 is #CF6A7B. Grayscale: #747474. Windows color (decimal): -13593212 or 8688944. OLE color: 8688944.

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

Color convert

RGB48149132-
CMYK0.6800.110.42
HSL169.9º51.27%38.63%-
HSV(B)169.9º67.79%58.43%-
XYZ16.1323.7925.57-
YUV116.86136.5478.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=14.59%
G=45.29%
B=40.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481491320.6800.110.42169.951.2738.63
Hex309584440B2Aaa3327
Octal60225204104013522526347
Binary110000100101011000010010001000101110101010101010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309584; }

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

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

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

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

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

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

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

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