Html Css Color HEX #359184 Gossamer

📋 copy color: '#359184'

red 53 ◦ green 145 ◦ blue 132

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

Shades of Gossamer #359184

Tints of Gossamer #359184

RGB

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

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

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

R = 16.06%
G = 43.94%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#359184 (or 0x359184) is known color: Gossamer. HEX triplet: 35, 91 and 84. RGB value is (53,145,132). Sum of RGB (Red+Green+Blue) = 53+145+132=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #359184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359184 is #CA6E7B. Grayscale: #737373. Windows color (decimal): -13266556 or 8687925. OLE color: 8687925.

HSL color Cylindrical-coordinate representation of color #359184: hue angle of 171.52º 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 #359184 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 132 -
CMYK 0.63 0 0.09 0.43
HSL 171.52º 0.46% 0.39% -
HSV(B) 171.52º 0.63% 0.57% -
XYZ 15.76 22.67 25.38 -
YUV 116.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 53 145 132 0.63 0 0.09 0.43 171.52 0.46 0.39
Hex 35 91 84 3F 0 9 2B AC 2E 27
Octal 65 221 204 77 0 11 53 254 56 47
Binary 110101 10010001 10000100 111111 0 1001 101011 10101100 101110 100111

Color Harmonies of #359184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359184

Black with #359184

Text Example


Text Example

White with #359184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359184; }

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

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

background-color css

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

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

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

border-color css

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

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

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