Html Css Color HEX #349B91 Gossamer

📋 copy color: '#349B91'

red 52 ◦ green 155 ◦ blue 145

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

Shades of Gossamer #349B91

Tints of Gossamer #349B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 14.77%
G = 44.03%
B = 41.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#349B91 (or 0x349B91) is known color: Gossamer. HEX triplet: 34, 9B and 91. RGB value is (52,155,145). Sum of RGB (Red+Green+Blue) = 52+155+145=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #349B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B91 is #CB646E. Grayscale: #7A7A7A. Windows color (decimal): -13329519 or 9542452. OLE color: 9542452.

HSL color Cylindrical-coordinate representation of color #349B91: hue angle of 174.17º 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 #349B91 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 145 -
CMYK 0.66 0 0.06 0.39
HSL 174.17º 0.5% 0.41% -
HSV(B) 174.17º 0.66% 0.61% -
XYZ 18.25 26.22 30.89 -
YUV 123.06 140.38 77.31 -
System Red Green Blue C M Y K H S L
Decimal 52 155 145 0.66 0 0.06 0.39 174.17 0.5 0.41
Hex 34 9B 91 42 0 6 27 AE 32 29
Octal 64 233 221 102 0 6 47 256 62 51
Binary 110100 10011011 10010001 1000010 0 110 100111 10101110 110010 101001

Color Harmonies of #349B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B91

Black with #349B91

Text Example


Text Example

White with #349B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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