Html Css Color HEX #399B8D Gossamer

📋 copy color: '#399B8D'

red 57 ◦ green 155 ◦ blue 141

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

Shades of Gossamer #399B8D

Tints of Gossamer #399B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.91%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 16.15%
G = 43.91%
B = 39.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#399B8D (or 0x399B8D) is known color: Gossamer. HEX triplet: 39, 9B and 8D. RGB value is (57,155,141). Sum of RGB (Red+Green+Blue) = 57+155+141=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #399B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B8D is #C66472. Grayscale: #7C7C7C. Windows color (decimal): -13001843 or 9280313. OLE color: 9280313.

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

Color convert

RGB 57 155 141 -
CMYK 0.63 0 0.09 0.39
HSL 171.43º 0.46% 0.42% -
HSV(B) 171.43º 0.63% 0.61% -
XYZ 18.22 26.24 29.3 -
YUV 124.1 137.53 80.14 -
System Red Green Blue C M Y K H S L
Decimal 57 155 141 0.63 0 0.09 0.39 171.43 0.46 0.42
Hex 39 9B 8D 3F 0 9 27 AB 2E 2A
Octal 71 233 215 77 0 11 47 253 56 52
Binary 111001 10011011 10001101 111111 0 1001 100111 10101011 101110 101010

Color Harmonies of #399B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399B8D

Black with #399B8D

Text Example


Text Example

White with #399B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399B8D; }

 p { color: rgb(57,155,141); }

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

background-color css

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

 a { background-color: rgb(57,155,141); }

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

border-color css

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

 span { border-color: rgb(57,155,141); }

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