Html Css Color HEX #369C87 Gossamer

📋 copy color: '#369C87'

red 54 ◦ green 156 ◦ blue 135

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

Shades of Gossamer #369C87

Tints of Gossamer #369C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.13%

R = 15.65%
G = 45.22%
B = 39.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#369C87 (or 0x369C87) is known color: Gossamer. HEX triplet: 36, 9C and 87. RGB value is (54,156,135). Sum of RGB (Red+Green+Blue) = 54+156+135=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #369C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369C87 is #C96378. Grayscale: #7B7B7B. Windows color (decimal): -13198201 or 8887350. OLE color: 8887350.

HSL color Cylindrical-coordinate representation of color #369C87: hue angle of 167.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C87 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 156 135 -
CMYK 0.65 0 0.13 0.39
HSL 167.65º 0.49% 0.41% -
HSV(B) 167.65º 0.65% 0.61% -
XYZ 17.78 26.31 27.06 -
YUV 123.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 54 156 135 0.65 0 0.13 0.39 167.65 0.49 0.41
Hex 36 9C 87 41 0 D 27 A8 31 29
Octal 66 234 207 101 0 15 47 250 61 51
Binary 110110 10011100 10000111 1000001 0 1101 100111 10101000 110001 101001

Color Harmonies of #369C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369C87

Black with #369C87

Text Example


Text Example

White with #369C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,156,135); }

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

background-color css

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

 a { background-color: rgb(54,156,135); }

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

border-color css

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

 span { border-color: rgb(54,156,135); }

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