Html Css Color HEX #309487 Gossamer

📋 copy color: '#309487'

red 48 ◦ green 148 ◦ blue 135

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

Shades of Gossamer #309487

Tints of Gossamer #309487

RGB

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

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

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

R = 14.5%
G = 44.71%
B = 40.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#309487 (or 0x309487) is known color: Gossamer. HEX triplet: 30, 94 and 87. RGB value is (48,148,135). Sum of RGB (Red+Green+Blue) = 48+148+135=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #309487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309487 is #CF6B78. Grayscale: #747474. Windows color (decimal): -13593465 or 8885296. OLE color: 8885296.

HSL color Cylindrical-coordinate representation of color #309487: hue angle of 172.2º 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 #309487 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 135 -
CMYK 0.68 0 0.09 0.42
HSL 172.2º 0.51% 0.38% -
HSV(B) 172.2º 0.68% 0.58% -
XYZ 16.18 23.56 26.62 -
YUV 116.62 138.37 79.06 -
System Red Green Blue C M Y K H S L
Decimal 48 148 135 0.68 0 0.09 0.42 172.2 0.51 0.38
Hex 30 94 87 44 0 9 2A AC 33 26
Octal 60 224 207 104 0 11 52 254 63 46
Binary 110000 10010100 10000111 1000100 0 1001 101010 10101100 110011 100110

Color Harmonies of #309487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309487

Black with #309487

Text Example


Text Example

White with #309487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309487; }

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

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

background-color css

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

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

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

border-color css

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

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

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