Html Css Color HEX #369384 Gossamer

📋 copy color: '#369384'

red 54 ◦ green 147 ◦ blue 132

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

Shades of Gossamer #369384

Tints of Gossamer #369384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 16.22%
G = 44.14%
B = 39.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#369384 (or 0x369384) is known color: Gossamer. HEX triplet: 36, 93 and 84. RGB value is (54,147,132). Sum of RGB (Red+Green+Blue) = 54+147+132=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #369384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369384 is #C96C7B. Grayscale: #757575. Windows color (decimal): -13200508 or 8688438. OLE color: 8688438.

HSL color Cylindrical-coordinate representation of color #369384: hue angle of 170.32º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369384 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 147 132 -
CMYK 0.63 0 0.10 0.42
HSL 170.32º 0.46% 0.39% -
HSV(B) 170.32º 0.63% 0.58% -
XYZ 16.12 23.32 25.48 -
YUV 117.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 54 147 132 0.63 0 0.10 0.42 170.32 0.46 0.39
Hex 36 93 84 3F 0 A 2A AA 2E 27
Octal 66 223 204 77 0 12 52 252 56 47
Binary 110110 10010011 10000100 111111 0 1010 101010 10101010 101110 100111

Color Harmonies of #369384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369384

Black with #369384

Text Example


Text Example

White with #369384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369384; }

 p { color: rgb(54,147,132); }

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

background-color css

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

 a { background-color: rgb(54,147,132); }

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

border-color css

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

 span { border-color: rgb(54,147,132); }

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