Html Css Color HEX #369C90 Gossamer

📋 copy color: '#369C90'

red 54 ◦ green 156 ◦ blue 144

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

Shades of Gossamer #369C90

Tints of Gossamer #369C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 15.25%
G = 44.07%
B = 40.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#369C90 (or 0x369C90) is known color: Gossamer. HEX triplet: 36, 9C and 90. RGB value is (54,156,144). Sum of RGB (Red+Green+Blue) = 54+156+144=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #369C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369C90 is #C9636F. Grayscale: #7C7C7C. Windows color (decimal): -13198192 or 9477174. OLE color: 9477174.

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

Color convert

RGB 54 156 144 -
CMYK 0.65 0 0.08 0.39
HSL 172.94º 0.49% 0.41% -
HSV(B) 172.94º 0.65% 0.61% -
XYZ 18.44 26.57 30.54 -
YUV 124.13 139.21 77.98 -
System Red Green Blue C M Y K H S L
Decimal 54 156 144 0.65 0 0.08 0.39 172.94 0.49 0.41
Hex 36 9C 90 41 0 8 27 AD 31 29
Octal 66 234 220 101 0 10 47 255 61 51
Binary 110110 10011100 10010000 1000001 0 1000 100111 10101101 110001 101001

Color Harmonies of #369C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369C90

Black with #369C90

Text Example


Text Example

White with #369C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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