Html Css Color HEX #349989 Gossamer

📋 copy color: '#349989'

red 52 ◦ green 153 ◦ blue 137

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

Shades of Gossamer #349989

Tints of Gossamer #349989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.06%

R = 15.2%
G = 44.74%
B = 40.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#349989 (or 0x349989) is known color: Gossamer. HEX triplet: 34, 99 and 89. RGB value is (52,153,137). Sum of RGB (Red+Green+Blue) = 52+153+137=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #349989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349989 is #CB6676. Grayscale: #787878. Windows color (decimal): -13330039 or 9017652. OLE color: 9017652.

HSL color Cylindrical-coordinate representation of color #349989: hue angle of 170.5º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349989 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 137 -
CMYK 0.66 0 0.10 0.4
HSL 170.5º 0.49% 0.4% -
HSV(B) 170.5º 0.66% 0.6% -
XYZ 17.32 25.32 27.64 -
YUV 120.98 137.04 78.8 -
System Red Green Blue C M Y K H S L
Decimal 52 153 137 0.66 0 0.10 0.4 170.5 0.49 0.4
Hex 34 99 89 42 0 A 28 AA 31 28
Octal 64 231 211 102 0 12 50 252 61 50
Binary 110100 10011001 10001001 1000010 0 1010 101000 10101010 110001 101000

Color Harmonies of #349989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349989

Black with #349989

Text Example


Text Example

White with #349989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349989; }

 p { color: rgb(52,153,137); }

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

background-color css

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

 a { background-color: rgb(52,153,137); }

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

border-color css

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

 span { border-color: rgb(52,153,137); }

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