Html Css Color HEX #359382 Gossamer

📋 copy color: '#359382'

red 53 ◦ green 147 ◦ blue 130

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

Shades of Gossamer #359382

Tints of Gossamer #359382

RGB

 RED value IS 53 (21.09% from 255) = 16.06%

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

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 16.06%
G = 44.55%
B = 39.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#359382 (or 0x359382) is known color: Gossamer. HEX triplet: 35, 93 and 82. RGB value is (53,147,130). Sum of RGB (Red+Green+Blue) = 53+147+130=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #359382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359382 is #CA6C7D. Grayscale: #747474. Windows color (decimal): -13266046 or 8557365. OLE color: 8557365.

HSL color Cylindrical-coordinate representation of color #359382: hue angle of 169.15º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359382 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 130 -
CMYK 0.64 0 0.12 0.42
HSL 169.15º 0.47% 0.39% -
HSV(B) 169.15º 0.64% 0.58% -
XYZ 15.93 23.24 24.76 -
YUV 116.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 53 147 130 0.64 0 0.12 0.42 169.15 0.47 0.39
Hex 35 93 82 40 0 C 2A A9 2F 27
Octal 65 223 202 100 0 14 52 251 57 47
Binary 110101 10010011 10000010 1000000 0 1100 101010 10101001 101111 100111

Color Harmonies of #359382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359382

Black with #359382

Text Example


Text Example

White with #359382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359382; }

 p { color: rgb(53,147,130); }

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

background-color css

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

 a { background-color: rgb(53,147,130); }

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

border-color css

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

 span { border-color: rgb(53,147,130); }

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