Html Css Color HEX #359C90 Gossamer

📋 copy color: '#359C90'

red 53 ◦ green 156 ◦ blue 144

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

Shades of Gossamer #359C90

Tints of Gossamer #359C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 15.01%
G = 44.19%
B = 40.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#359C90 (or 0x359C90) is known color: Gossamer. HEX triplet: 35, 9C and 90. RGB value is (53,156,144). Sum of RGB (Red+Green+Blue) = 53+156+144=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #359C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359C90 is #CA636F. Grayscale: #7B7B7B. Windows color (decimal): -13263728 or 9477173. OLE color: 9477173.

HSL color Cylindrical-coordinate representation of color #359C90: hue angle of 173.01º 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 #359C90 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 156 144 -
CMYK 0.66 0 0.08 0.39
HSL 173.01º 0.49% 0.41% -
HSV(B) 173.01º 0.66% 0.61% -
XYZ 18.39 26.55 30.54 -
YUV 123.84 139.38 77.48 -
System Red Green Blue C M Y K H S L
Decimal 53 156 144 0.66 0 0.08 0.39 173.01 0.49 0.41
Hex 35 9C 90 42 0 8 27 AD 31 29
Octal 65 234 220 102 0 10 47 255 61 51
Binary 110101 10011100 10010000 1000010 0 1000 100111 10101101 110001 101001

Color Harmonies of #359C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C90

Black with #359C90

Text Example


Text Example

White with #359C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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