Html Css Color HEX #359C82 Gossamer

📋 copy color: '#359C82'

red 53 ◦ green 156 ◦ blue 130

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

Shades of Gossamer #359C82

Tints of Gossamer #359C82

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.02%

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

R = 15.63%
G = 46.02%
B = 38.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#359C82 (or 0x359C82) is known color: Gossamer. HEX triplet: 35, 9C and 82. RGB value is (53,156,130). Sum of RGB (Red+Green+Blue) = 53+156+130=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #359C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359C82 is #CA637D. Grayscale: #7A7A7A. Windows color (decimal): -13263742 or 8559669. OLE color: 8559669.

HSL color Cylindrical-coordinate representation of color #359C82: hue angle of 164.85º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C82 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 156 130 -
CMYK 0.66 0 0.17 0.39
HSL 164.85º 0.49% 0.41% -
HSV(B) 164.85º 0.66% 0.61% -
XYZ 17.39 26.15 25.25 -
YUV 122.24 132.38 78.61 -
System Red Green Blue C M Y K H S L
Decimal 53 156 130 0.66 0 0.17 0.39 164.85 0.49 0.41
Hex 35 9C 82 42 0 11 27 A5 31 29
Octal 65 234 202 102 0 21 47 245 61 51
Binary 110101 10011100 10000010 1000010 0 10001 100111 10100101 110001 101001

Color Harmonies of #359C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C82

Black with #359C82

Text Example


Text Example

White with #359C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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