Html Css Color HEX #309187 Gossamer

📋 copy color: '#309187'

red 48 ◦ green 145 ◦ blue 135

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

Shades of Gossamer #309187

Tints of Gossamer #309187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 14.63%
G = 44.21%
B = 41.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#309187 (or 0x309187) is known color: Gossamer. HEX triplet: 30, 91 and 87. RGB value is (48,145,135). Sum of RGB (Red+Green+Blue) = 48+145+135=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #309187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309187 is #CF6E78. Grayscale: #727272. Windows color (decimal): -13594233 or 8884528. OLE color: 8884528.

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

Color convert

RGB 48 145 135 -
CMYK 0.67 0 0.07 0.43
HSL 173.81º 0.5% 0.38% -
HSV(B) 173.81º 0.67% 0.57% -
XYZ 15.72 22.63 26.46 -
YUV 114.86 139.36 80.31 -
System Red Green Blue C M Y K H S L
Decimal 48 145 135 0.67 0 0.07 0.43 173.81 0.5 0.38
Hex 30 91 87 43 0 7 2B AE 32 26
Octal 60 221 207 103 0 7 53 256 62 46
Binary 110000 10010001 10000111 1000011 0 111 101011 10101110 110010 100110

Color Harmonies of #309187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309187

Black with #309187

Text Example


Text Example

White with #309187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309187; }

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

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

background-color css

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

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

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

border-color css

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

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

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