Html Css Color HEX #359186 Gossamer

📋 copy color: '#359186'

red 53 ◦ green 145 ◦ blue 134

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

Shades of Gossamer #359186

Tints of Gossamer #359186

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

 BLUE value IS 134 (52.73% from 255) = 40.36%

R = 15.96%
G = 43.67%
B = 40.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#359186 (or 0x359186) is known color: Gossamer. HEX triplet: 35, 91 and 86. RGB value is (53,145,134). Sum of RGB (Red+Green+Blue) = 53+145+134=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #359186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359186 is #CA6E79. Grayscale: #747474. Windows color (decimal): -13266554 or 8818997. OLE color: 8818997.

HSL color Cylindrical-coordinate representation of color #359186: hue angle of 172.83º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359186 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 134 -
CMYK 0.63 0 0.08 0.43
HSL 172.83º 0.46% 0.39% -
HSV(B) 172.83º 0.63% 0.57% -
XYZ 15.9 22.73 26.1 -
YUV 116.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 53 145 134 0.63 0 0.08 0.43 172.83 0.46 0.39
Hex 35 91 86 3F 0 8 2B AD 2E 27
Octal 65 221 206 77 0 10 53 255 56 47
Binary 110101 10010001 10000110 111111 0 1000 101011 10101101 101110 100111

Color Harmonies of #359186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359186

Black with #359186

Text Example


Text Example

White with #359186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359186; }

 p { color: rgb(53,145,134); }

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

background-color css

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

 a { background-color: rgb(53,145,134); }

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

border-color css

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

 span { border-color: rgb(53,145,134); }

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