Html Css Color HEX #349B83 Gossamer

📋 copy color: '#349B83'

red 52 ◦ green 155 ◦ blue 131

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

Shades of Gossamer #349B83

Tints of Gossamer #349B83

RGB

 RED value IS 52 (20.7% from 255) = 15.38%

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

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 15.38%
G = 45.86%
B = 38.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#349B83 (or 0x349B83) is known color: Gossamer. HEX triplet: 34, 9B and 83. RGB value is (52,155,131). Sum of RGB (Red+Green+Blue) = 52+155+131=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #349B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B83 is #CB647C. Grayscale: #797979. Windows color (decimal): -13329533 or 8624948. OLE color: 8624948.

HSL color Cylindrical-coordinate representation of color #349B83: hue angle of 166.02º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B83 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 131 -
CMYK 0.66 0 0.15 0.39
HSL 166.02º 0.5% 0.41% -
HSV(B) 166.02º 0.66% 0.61% -
XYZ 17.23 25.81 25.55 -
YUV 121.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 52 155 131 0.66 0 0.15 0.39 166.02 0.5 0.41
Hex 34 9B 83 42 0 F 27 A6 32 29
Octal 64 233 203 102 0 17 47 246 62 51
Binary 110100 10011011 10000011 1000010 0 1111 100111 10100110 110010 101001

Color Harmonies of #349B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B83

Black with #349B83

Text Example


Text Example

White with #349B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349B83; }

 p { color: rgb(52,155,131); }

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

background-color css

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

 a { background-color: rgb(52,155,131); }

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

border-color css

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

 span { border-color: rgb(52,155,131); }

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