Html Css Color HEX #369A8C Gossamer

📋 copy color: '#369A8C'

red 54 ◦ green 154 ◦ blue 140

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

Shades of Gossamer #369A8C

Tints of Gossamer #369A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 15.52%
G = 44.25%
B = 40.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#369A8C (or 0x369A8C) is known color: Gossamer. HEX triplet: 36, 9A and 8C. RGB value is (54,154,140). Sum of RGB (Red+Green+Blue) = 54+154+140=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 154 - color contains mainly: green. Hex color #369A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369A8C is #C96573. Grayscale: #7A7A7A. Windows color (decimal): -13198708 or 9214518. OLE color: 9214518.

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

Color convert

RGB 54 154 140 -
CMYK 0.65 0 0.09 0.40
HSL 171.6º 0.48% 0.41% -
HSV(B) 171.6º 0.65% 0.6% -
XYZ 17.81 25.79 28.85 -
YUV 122.5 137.87 79.14 -
System Red Green Blue C M Y K H S L
Decimal 54 154 140 0.65 0 0.09 0.40 171.6 0.48 0.41
Hex 36 9A 8C 41 0 9 28 AC 30 29
Octal 66 232 214 101 0 11 50 254 60 51
Binary 110110 10011010 10001100 1000001 0 1001 101000 10101100 110000 101001

Color Harmonies of #369A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A8C

Black with #369A8C

Text Example


Text Example

White with #369A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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