Html Css Color HEX #309286 Gossamer

📋 copy color: '#309286'

red 48 ◦ green 146 ◦ blue 134

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

Shades of Gossamer #309286

Tints of Gossamer #309286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.51%

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

R = 14.63%
G = 44.51%
B = 40.85%

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

#309286 (or 0x309286) is known color: Gossamer. HEX triplet: 30, 92 and 86. RGB value is (48,146,134). Sum of RGB (Red+Green+Blue) = 48+146+134=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #309286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309286 is #CF6D79. Grayscale: #737373. Windows color (decimal): -13593978 or 8819248. OLE color: 8819248.

HSL color Cylindrical-coordinate representation of color #309286: hue angle of 172.65º degrees, saturation: 0.51, 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 #309286 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 134 -
CMYK 0.67 0 0.08 0.43
HSL 172.65º 0.51% 0.38% -
HSV(B) 172.65º 0.67% 0.57% -
XYZ 15.8 22.91 26.14 -
YUV 115.33 138.53 79.98 -
System Red Green Blue C M Y K H S L
Decimal 48 146 134 0.67 0 0.08 0.43 172.65 0.51 0.38
Hex 30 92 86 43 0 8 2B AD 33 26
Octal 60 222 206 103 0 10 53 255 63 46
Binary 110000 10010010 10000110 1000011 0 1000 101011 10101101 110011 100110

Color Harmonies of #309286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309286

Black with #309286

Text Example


Text Example

White with #309286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309286; }

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

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

background-color css

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

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

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

border-color css

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

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

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