Html Css Color HEX #309588 Gossamer

📋 copy color: '#309588'

red 48 ◦ green 149 ◦ blue 136

#309588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #309588

Tints of Gossamer #309588

RGB

 RED value IS 48 (19.14% from 255) = 14.41%

 GREEN value IS 149 (58.59% from 255) = 44.74%

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 14.41%
G = 44.74%
B = 40.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#309588 (or 0x309588) is known color: Gossamer. HEX triplet: 30, 95 and 88. RGB value is (48,149,136). Sum of RGB (Red+Green+Blue) = 48+149+136=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #309588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309588 is #CF6A77. Grayscale: #757575. Windows color (decimal): -13593208 or 8951088. OLE color: 8951088.

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

Color convert

RGB 48 149 136 -
CMYK 0.68 0 0.09 0.42
HSL 172.28º 0.51% 0.39% -
HSV(B) 172.28º 0.68% 0.58% -
XYZ 16.41 23.9 27.04 -
YUV 117.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 48 149 136 0.68 0 0.09 0.42 172.28 0.51 0.39
Hex 30 95 88 44 0 9 2A AC 33 27
Octal 60 225 210 104 0 11 52 254 63 47
Binary 110000 10010101 10001000 1000100 0 1001 101010 10101100 110011 100111

Color Harmonies of #309588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309588

Black with #309588

Text Example


Text Example

White with #309588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309588; }

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

 H1.HeaderClassName
 {
   color: #309588;
 }
 .AnyTagClassName
 {
   color: #309588;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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