Html Css Color HEX #369B8D Gossamer

📋 copy color: '#369B8D'

red 54 ◦ green 155 ◦ blue 141

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

Shades of Gossamer #369B8D

Tints of Gossamer #369B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 15.43%
G = 44.29%
B = 40.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#369B8D (or 0x369B8D) is known color: Gossamer. HEX triplet: 36, 9B and 8D. RGB value is (54,155,141). Sum of RGB (Red+Green+Blue) = 54+155+141=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #369B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B8D is #C96472. Grayscale: #7B7B7B. Windows color (decimal): -13198451 or 9280310. OLE color: 9280310.

HSL color Cylindrical-coordinate representation of color #369B8D: hue angle of 171.68º degrees, saturation: 0.48, 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 #369B8D is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 155 141 -
CMYK 0.65 0 0.09 0.39
HSL 171.68º 0.48% 0.41% -
HSV(B) 171.68º 0.65% 0.61% -
XYZ 18.05 26.15 29.3 -
YUV 123.21 138.04 78.64 -
System Red Green Blue C M Y K H S L
Decimal 54 155 141 0.65 0 0.09 0.39 171.68 0.48 0.41
Hex 36 9B 8D 41 0 9 27 AC 30 29
Octal 66 233 215 101 0 11 47 254 60 51
Binary 110110 10011011 10001101 1000001 0 1001 100111 10101100 110000 101001

Color Harmonies of #369B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B8D

Black with #369B8D

Text Example


Text Example

White with #369B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,155,141); }

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

background-color css

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

 a { background-color: rgb(54,155,141); }

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

border-color css

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

 span { border-color: rgb(54,155,141); }

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