Html Css Color HEX #359D8D Gossamer

📋 copy color: '#359D8D'

red 53 ◦ green 157 ◦ blue 141

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

Shades of Gossamer #359D8D

Tints of Gossamer #359D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.73%

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 15.1%
G = 44.73%
B = 40.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#359D8D (or 0x359D8D) is known color: Gossamer. HEX triplet: 35, 9D and 8D. RGB value is (53,157,141). Sum of RGB (Red+Green+Blue) = 53+157+141=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #359D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D8D is #CA6272. Grayscale: #7C7C7C. Windows color (decimal): -13263475 or 9280821. OLE color: 9280821.

HSL color Cylindrical-coordinate representation of color #359D8D: hue angle of 170.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D8D is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 157 141 -
CMYK 0.66 0 0.10 0.38
HSL 170.77º 0.5% 0.41% -
HSV(B) 170.77º 0.66% 0.62% -
XYZ 18.33 26.79 29.4 -
YUV 124.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 53 157 141 0.66 0 0.10 0.38 170.77 0.5 0.41
Hex 35 9D 8D 42 0 A 26 AB 32 29
Octal 65 235 215 102 0 12 46 253 62 51
Binary 110101 10011101 10001101 1000010 0 1010 100110 10101011 110010 101001

Color Harmonies of #359D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D8D

Black with #359D8D

Text Example


Text Example

White with #359D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,157,141); }

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

background-color css

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

 a { background-color: rgb(53,157,141); }

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

border-color css

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

 span { border-color: rgb(53,157,141); }

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