Html Css Color HEX #399988 Gossamer

📋 copy color: '#399988'

red 57 ◦ green 153 ◦ blue 136

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

Shades of Gossamer #399988

Tints of Gossamer #399988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.22%

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

R = 16.47%
G = 44.22%
B = 39.31%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#399988 (or 0x399988) is known color: Gossamer. HEX triplet: 39, 99 and 88. RGB value is (57,153,136). Sum of RGB (Red+Green+Blue) = 57+153+136=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #399988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399988 is #C66677. Grayscale: #7A7A7A. Windows color (decimal): -13002360 or 8952121. OLE color: 8952121.

HSL color Cylindrical-coordinate representation of color #399988: hue angle of 169.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399988 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 153 136 -
CMYK 0.63 0 0.11 0.4
HSL 169.38º 0.46% 0.41% -
HSV(B) 169.38º 0.63% 0.6% -
XYZ 17.52 25.43 27.28 -
YUV 122.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 57 153 136 0.63 0 0.11 0.4 169.38 0.46 0.41
Hex 39 99 88 3F 0 B 28 A9 2E 29
Octal 71 231 210 77 0 13 50 251 56 51
Binary 111001 10011001 10001000 111111 0 1011 101000 10101001 101110 101001

Color Harmonies of #399988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399988

Black with #399988

Text Example


Text Example

White with #399988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399988; }

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

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

background-color css

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

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

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

border-color css

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

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

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