Html Css Color HEX #309186 Gossamer

📋 copy color: '#309186'

red 48 ◦ green 145 ◦ blue 134

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

Shades of Gossamer #309186

Tints of Gossamer #309186

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.34%

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 14.68%
G = 44.34%
B = 40.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#309186 (or 0x309186) is known color: Gossamer. HEX triplet: 30, 91 and 86. RGB value is (48,145,134). Sum of RGB (Red+Green+Blue) = 48+145+134=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #309186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309186 is #CF6E79. Grayscale: #727272. Windows color (decimal): -13594234 or 8818992. OLE color: 8818992.

HSL color Cylindrical-coordinate representation of color #309186: hue angle of 173.2º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309186 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 134 -
CMYK 0.67 0 0.08 0.43
HSL 173.2º 0.5% 0.38% -
HSV(B) 173.2º 0.67% 0.57% -
XYZ 15.65 22.6 26.09 -
YUV 114.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 48 145 134 0.67 0 0.08 0.43 173.2 0.5 0.38
Hex 30 91 86 43 0 8 2B AD 32 26
Octal 60 221 206 103 0 10 53 255 62 46
Binary 110000 10010001 10000110 1000011 0 1000 101011 10101101 110010 100110

Color Harmonies of #309186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309186

Black with #309186

Text Example


Text Example

White with #309186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309186; }

 p { color: rgb(48,145,134); }

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

background-color css

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

 a { background-color: rgb(48,145,134); }

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

border-color css

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

 span { border-color: rgb(48,145,134); }

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