Html Css Color HEX #399488 Gossamer

📋 copy color: '#399488'

red 57 ◦ green 148 ◦ blue 136

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

Shades of Gossamer #399488

Tints of Gossamer #399488

RGB

 RED value IS 57 (22.66% from 255) = 16.72%

 GREEN value IS 148 (58.2% from 255) = 43.4%

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 16.72%
G = 43.4%
B = 39.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#399488 (or 0x399488) is known color: Gossamer. HEX triplet: 39, 94 and 88. RGB value is (57,148,136). Sum of RGB (Red+Green+Blue) = 57+148+136=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #399488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399488 is #C66B77. Grayscale: #777777. Windows color (decimal): -13003640 or 8950841. OLE color: 8950841.

HSL color Cylindrical-coordinate representation of color #399488: hue angle of 172.09º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399488 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 148 136 -
CMYK 0.61 0 0.08 0.42
HSL 172.09º 0.44% 0.4% -
HSV(B) 172.09º 0.61% 0.58% -
XYZ 16.72 23.83 27.01 -
YUV 119.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 57 148 136 0.61 0 0.08 0.42 172.09 0.44 0.4
Hex 39 94 88 3D 0 8 2A AC 2C 28
Octal 71 224 210 75 0 10 52 254 54 50
Binary 111001 10010100 10001000 111101 0 1000 101010 10101100 101100 101000

Color Harmonies of #399488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399488

Black with #399488

Text Example


Text Example

White with #399488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399488; }

 p { color: rgb(57,148,136); }

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

background-color css

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

 a { background-color: rgb(57,148,136); }

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

border-color css

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

 span { border-color: rgb(57,148,136); }

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