Html Css Color HEX #369E89 Gossamer

📋 copy color: '#369E89'

red 54 ◦ green 158 ◦ blue 137

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

Shades of Gossamer #369E89

Tints of Gossamer #369E89

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.27%

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

R = 15.47%
G = 45.27%
B = 39.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#369E89 (or 0x369E89) is known color: Gossamer. HEX triplet: 36, 9E and 89. RGB value is (54,158,137). Sum of RGB (Red+Green+Blue) = 54+158+137=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #369E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369E89 is #C96176. Grayscale: #7C7C7C. Windows color (decimal): -13197687 or 9018934. OLE color: 9018934.

HSL color Cylindrical-coordinate representation of color #369E89: hue angle of 167.88º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E89 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 158 137 -
CMYK 0.66 0 0.13 0.38
HSL 167.88º 0.49% 0.42% -
HSV(B) 167.88º 0.66% 0.62% -
XYZ 18.26 27.04 27.92 -
YUV 124.51 135.04 77.71 -
System Red Green Blue C M Y K H S L
Decimal 54 158 137 0.66 0 0.13 0.38 167.88 0.49 0.42
Hex 36 9E 89 42 0 D 26 A8 31 2A
Octal 66 236 211 102 0 15 46 250 61 52
Binary 110110 10011110 10001001 1000010 0 1101 100110 10101000 110001 101010

Color Harmonies of #369E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E89

Black with #369E89

Text Example


Text Example

White with #369E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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