Html Css Color HEX #309389 Gossamer

📋 copy color: '#309389'

red 48 ◦ green 147 ◦ blue 137

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

Shades of Gossamer #309389

Tints of Gossamer #309389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.28%

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

R = 14.46%
G = 44.28%
B = 41.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#309389 (or 0x309389) is known color: Gossamer. HEX triplet: 30, 93 and 89. RGB value is (48,147,137). Sum of RGB (Red+Green+Blue) = 48+147+137=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #309389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309389 is #CF6C76. Grayscale: #747474. Windows color (decimal): -13593719 or 9016112. OLE color: 9016112.

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

Color convert

RGB 48 147 137 -
CMYK 0.67 0 0.07 0.42
HSL 173.94º 0.51% 0.38% -
HSV(B) 173.94º 0.67% 0.58% -
XYZ 16.17 23.3 27.31 -
YUV 116.26 139.7 79.31 -
System Red Green Blue C M Y K H S L
Decimal 48 147 137 0.67 0 0.07 0.42 173.94 0.51 0.38
Hex 30 93 89 43 0 7 2A AE 33 26
Octal 60 223 211 103 0 7 52 256 63 46
Binary 110000 10010011 10001001 1000011 0 111 101010 10101110 110011 100110

Color Harmonies of #309389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309389

Black with #309389

Text Example


Text Example

White with #309389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309389; }

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

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

background-color css

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

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

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

border-color css

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

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

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