Html Css Color HEX #339B90 Gossamer

📋 copy color: '#339B90'

red 51 ◦ green 155 ◦ blue 144

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

Shades of Gossamer #339B90

Tints of Gossamer #339B90

RGB

 RED value IS 51 (20.31% from 255) = 14.57%

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

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 14.57%
G = 44.29%
B = 41.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#339B90 (or 0x339B90) is known color: Gossamer. HEX triplet: 33, 9B and 90. RGB value is (51,155,144). Sum of RGB (Red+Green+Blue) = 51+155+144=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #339B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B90 is #CC646F. Grayscale: #7A7A7A. Windows color (decimal): -13395056 or 9476915. OLE color: 9476915.

HSL color Cylindrical-coordinate representation of color #339B90: hue angle of 173.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B90 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 155 144 -
CMYK 0.67 0 0.07 0.39
HSL 173.65º 0.5% 0.4% -
HSV(B) 173.65º 0.67% 0.61% -
XYZ 18.12 26.16 30.48 -
YUV 122.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 51 155 144 0.67 0 0.07 0.39 173.65 0.5 0.4
Hex 33 9B 90 43 0 7 27 AE 32 28
Octal 63 233 220 103 0 7 47 256 62 50
Binary 110011 10011011 10010000 1000011 0 111 100111 10101110 110010 101000

Color Harmonies of #339B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B90

Black with #339B90

Text Example


Text Example

White with #339B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339B90; }

 p { color: rgb(51,155,144); }

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

background-color css

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

 a { background-color: rgb(51,155,144); }

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

border-color css

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

 span { border-color: rgb(51,155,144); }

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