Html Css Color HEX #369A89 Gossamer

📋 copy color: '#369A89'

red 54 ◦ green 154 ◦ blue 137

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

Shades of Gossamer #369A89

Tints of Gossamer #369A89

RGB

 RED value IS 54 (21.48% from 255) = 15.65%

 GREEN value IS 154 (60.55% from 255) = 44.64%

 BLUE value IS 137 (53.91% from 255) = 39.71%

R = 15.65%
G = 44.64%
B = 39.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#369A89 (or 0x369A89) is known color: Gossamer. HEX triplet: 36, 9A and 89. RGB value is (54,154,137). Sum of RGB (Red+Green+Blue) = 54+154+137=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #369A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369A89 is #C96576. Grayscale: #7A7A7A. Windows color (decimal): -13198711 or 9017910. OLE color: 9017910.

HSL color Cylindrical-coordinate representation of color #369A89: hue angle of 169.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A89 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 137 -
CMYK 0.65 0 0.11 0.40
HSL 169.8º 0.48% 0.41% -
HSV(B) 169.8º 0.65% 0.6% -
XYZ 17.59 25.7 27.7 -
YUV 122.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 54 154 137 0.65 0 0.11 0.40 169.8 0.48 0.41
Hex 36 9A 89 41 0 B 28 AA 30 29
Octal 66 232 211 101 0 13 50 252 60 51
Binary 110110 10011010 10001001 1000001 0 1011 101000 10101010 110000 101001

Color Harmonies of #369A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A89

Black with #369A89

Text Example


Text Example

White with #369A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369A89; }

 p { color: rgb(54,154,137); }

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

background-color css

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

 a { background-color: rgb(54,154,137); }

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

border-color css

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

 span { border-color: rgb(54,154,137); }

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