Html Css Color HEX #309489 Gossamer

📋 copy color: '#309489'

red 48 ◦ green 148 ◦ blue 137

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

Shades of Gossamer #309489

Tints of Gossamer #309489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 14.41%
G = 44.44%
B = 41.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#309489 (or 0x309489) is known color: Gossamer. HEX triplet: 30, 94 and 89. RGB value is (48,148,137). Sum of RGB (Red+Green+Blue) = 48+148+137=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #309489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309489 is #CF6B76. Grayscale: #747474. Windows color (decimal): -13593463 or 9016368. OLE color: 9016368.

HSL color Cylindrical-coordinate representation of color #309489: hue angle of 173.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309489 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 137 -
CMYK 0.68 0 0.07 0.42
HSL 173.4º 0.51% 0.38% -
HSV(B) 173.4º 0.68% 0.58% -
XYZ 16.32 23.61 27.36 -
YUV 116.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 48 148 137 0.68 0 0.07 0.42 173.4 0.51 0.38
Hex 30 94 89 44 0 7 2A AD 33 26
Octal 60 224 211 104 0 7 52 255 63 46
Binary 110000 10010100 10001001 1000100 0 111 101010 10101101 110011 100110

Color Harmonies of #309489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309489

Black with #309489

Text Example


Text Example

White with #309489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309489; }

 p { color: rgb(48,148,137); }

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

background-color css

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

 a { background-color: rgb(48,148,137); }

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

border-color css

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

 span { border-color: rgb(48,148,137); }

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