Html Css Color HEX #389284 Gossamer

📋 copy color: '#389284'

red 56 ◦ green 146 ◦ blue 132

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

Shades of Gossamer #389284

Tints of Gossamer #389284

RGB

 RED value IS 56 (22.27% from 255) = 16.77%

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

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

R = 16.77%
G = 43.71%
B = 39.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#389284 (or 0x389284) is known color: Gossamer. HEX triplet: 38, 92 and 84. RGB value is (56,146,132). Sum of RGB (Red+Green+Blue) = 56+146+132=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #389284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389284 is #C76D7B. Grayscale: #757575. Windows color (decimal): -13069692 or 8688184. OLE color: 8688184.

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

Color convert

RGB 56 146 132 -
CMYK 0.62 0 0.10 0.43
HSL 170.67º 0.45% 0.4% -
HSV(B) 170.67º 0.62% 0.57% -
XYZ 16.07 23.06 25.43 -
YUV 117.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 56 146 132 0.62 0 0.10 0.43 170.67 0.45 0.4
Hex 38 92 84 3E 0 A 2B AB 2D 28
Octal 70 222 204 76 0 12 53 253 55 50
Binary 111000 10010010 10000100 111110 0 1010 101011 10101011 101101 101000

Color Harmonies of #389284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389284

Black with #389284

Text Example


Text Example

White with #389284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389284; }

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

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

background-color css

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

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

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

border-color css

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

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

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