Html Css Color HEX #309884 Gossamer

📋 copy color: '#309884'

red 48 ◦ green 152 ◦ blue 132

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

Shades of Gossamer #309884

Tints of Gossamer #309884

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.78%

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

R = 14.46%
G = 45.78%
B = 39.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#309884 (or 0x309884) is known color: Gossamer. HEX triplet: 30, 98 and 84. RGB value is (48,152,132). Sum of RGB (Red+Green+Blue) = 48+152+132=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #309884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309884 is #CF677B. Grayscale: #767676. Windows color (decimal): -13592444 or 8689712. OLE color: 8689712.

HSL color Cylindrical-coordinate representation of color #309884: hue angle of 168.46º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309884 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 132 -
CMYK 0.68 0 0.13 0.40
HSL 168.46º 0.52% 0.39% -
HSV(B) 168.46º 0.68% 0.6% -
XYZ 16.61 24.75 25.73 -
YUV 118.62 135.54 77.63 -
System Red Green Blue C M Y K H S L
Decimal 48 152 132 0.68 0 0.13 0.40 168.46 0.52 0.39
Hex 30 98 84 44 0 D 28 A8 34 27
Octal 60 230 204 104 0 15 50 250 64 47
Binary 110000 10011000 10000100 1000100 0 1101 101000 10101000 110100 100111

Color Harmonies of #309884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309884

Black with #309884

Text Example


Text Example

White with #309884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309884; }

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

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

background-color css

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

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

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

border-color css

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

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

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