Html Css Color HEX #359B90 Gossamer

📋 copy color: '#359B90'

red 53 ◦ green 155 ◦ blue 144

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

Shades of Gossamer #359B90

Tints of Gossamer #359B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.03%

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

R = 15.06%
G = 44.03%
B = 40.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#359B90 (or 0x359B90) is known color: Gossamer. HEX triplet: 35, 9B and 90. RGB value is (53,155,144). Sum of RGB (Red+Green+Blue) = 53+155+144=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #359B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B90 is #CA646F. Grayscale: #7B7B7B. Windows color (decimal): -13263984 or 9476917. OLE color: 9476917.

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

Color convert

RGB 53 155 144 -
CMYK 0.66 0 0.07 0.39
HSL 173.53º 0.49% 0.41% -
HSV(B) 173.53º 0.66% 0.61% -
XYZ 18.22 26.21 30.48 -
YUV 123.25 139.71 77.89 -
System Red Green Blue C M Y K H S L
Decimal 53 155 144 0.66 0 0.07 0.39 173.53 0.49 0.41
Hex 35 9B 90 42 0 7 27 AE 31 29
Octal 65 233 220 102 0 7 47 256 61 51
Binary 110101 10011011 10010000 1000010 0 111 100111 10101110 110001 101001

Color Harmonies of #359B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B90

Black with #359B90

Text Example


Text Example

White with #359B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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