Html Css Color HEX #309083 Gossamer

📋 copy color: '#309083'

red 48 ◦ green 144 ◦ blue 131

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

Shades of Gossamer #309083

Tints of Gossamer #309083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.58%

 BLUE value IS 131 (51.56% from 255) = 40.56%

R = 14.86%
G = 44.58%
B = 40.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#309083 (or 0x309083) is known color: Gossamer. HEX triplet: 30, 90 and 83. RGB value is (48,144,131). Sum of RGB (Red+Green+Blue) = 48+144+131=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #309083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309083 is #CF6F7C. Grayscale: #717171. Windows color (decimal): -13594493 or 8622128. OLE color: 8622128.

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

Color convert

RGB 48 144 131 -
CMYK 0.67 0 0.09 0.44
HSL 171.88º 0.5% 0.38% -
HSV(B) 171.88º 0.67% 0.56% -
XYZ 15.29 22.21 24.95 -
YUV 113.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 48 144 131 0.67 0 0.09 0.44 171.88 0.5 0.38
Hex 30 90 83 43 0 9 2C AC 32 26
Octal 60 220 203 103 0 11 54 254 62 46
Binary 110000 10010000 10000011 1000011 0 1001 101100 10101100 110010 100110

Color Harmonies of #309083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309083

Black with #309083

Text Example


Text Example

White with #309083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309083; }

 p { color: rgb(48,144,131); }

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

background-color css

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

 a { background-color: rgb(48,144,131); }

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

border-color css

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

 span { border-color: rgb(48,144,131); }

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