Html Css Color HEX #309183 Gossamer

📋 copy color: '#309183'

red 48 ◦ green 145 ◦ blue 131

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

Shades of Gossamer #309183

Tints of Gossamer #309183

RGB

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

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

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

R = 14.81%
G = 44.75%
B = 40.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#309183 (or 0x309183) is known color: Gossamer. HEX triplet: 30, 91 and 83. RGB value is (48,145,131). Sum of RGB (Red+Green+Blue) = 48+145+131=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #309183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309183 is #CF6E7C. Grayscale: #727272. Windows color (decimal): -13594237 or 8622384. OLE color: 8622384.

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

Color convert

RGB 48 145 131 -
CMYK 0.67 0 0.10 0.43
HSL 171.34º 0.5% 0.38% -
HSV(B) 171.34º 0.67% 0.57% -
XYZ 15.44 22.52 25.01 -
YUV 114.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 48 145 131 0.67 0 0.10 0.43 171.34 0.5 0.38
Hex 30 91 83 43 0 A 2B AB 32 26
Octal 60 221 203 103 0 12 53 253 62 46
Binary 110000 10010001 10000011 1000011 0 1010 101011 10101011 110010 100110

Color Harmonies of #309183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309183

Black with #309183

Text Example


Text Example

White with #309183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309183; }

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

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

background-color css

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

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

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

border-color css

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

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

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