Html Css Color HEX #309284 Gossamer

📋 copy color: '#309284'

red 48 ◦ green 146 ◦ blue 132

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

Shades of Gossamer #309284

Tints of Gossamer #309284

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 14.72%
G = 44.79%
B = 40.49%

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

#309284 (or 0x309284) is known color: Gossamer. HEX triplet: 30, 92 and 84. RGB value is (48,146,132). Sum of RGB (Red+Green+Blue) = 48+146+132=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #309284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309284 is #CF6D7B. Grayscale: #737373. Windows color (decimal): -13593980 or 8688176. OLE color: 8688176.

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

Color convert

RGB 48 146 132 -
CMYK 0.67 0 0.10 0.43
HSL 171.43º 0.51% 0.38% -
HSV(B) 171.43º 0.67% 0.57% -
XYZ 15.66 22.85 25.42 -
YUV 115.1 137.53 80.14 -
System Red Green Blue C M Y K H S L
Decimal 48 146 132 0.67 0 0.10 0.43 171.43 0.51 0.38
Hex 30 92 84 43 0 A 2B AB 33 26
Octal 60 222 204 103 0 12 53 253 63 46
Binary 110000 10010010 10000100 1000011 0 1010 101011 10101011 110011 100110

Color Harmonies of #309284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309284

Black with #309284

Text Example


Text Example

White with #309284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309284; }

 p { color: rgb(48,146,132); }

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

background-color css

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

 a { background-color: rgb(48,146,132); }

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

border-color css

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

 span { border-color: rgb(48,146,132); }

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