Html Css Color HEX #369284 Gossamer

📋 copy color: '#369284'

red 54 ◦ green 146 ◦ blue 132

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

Shades of Gossamer #369284

Tints of Gossamer #369284

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.98%

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

R = 16.27%
G = 43.98%
B = 39.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#369284 (or 0x369284) is known color: Gossamer. HEX triplet: 36, 92 and 84. RGB value is (54,146,132). Sum of RGB (Red+Green+Blue) = 54+146+132=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #369284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369284 is #C96D7B. Grayscale: #747474. Windows color (decimal): -13200764 or 8688182. OLE color: 8688182.

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

Color convert

RGB 54 146 132 -
CMYK 0.63 0 0.10 0.43
HSL 170.87º 0.46% 0.39% -
HSV(B) 170.87º 0.63% 0.57% -
XYZ 15.97 23.01 25.43 -
YUV 116.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 54 146 132 0.63 0 0.10 0.43 170.87 0.46 0.39
Hex 36 92 84 3F 0 A 2B AB 2E 27
Octal 66 222 204 77 0 12 53 253 56 47
Binary 110110 10010010 10000100 111111 0 1010 101011 10101011 101110 100111

Color Harmonies of #369284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369284

Black with #369284

Text Example


Text Example

White with #369284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369284; }

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

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

background-color css

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

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

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

border-color css

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

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

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