Html Css Color HEX #348F83 Gossamer

📋 copy color: '#348F83'

red 52 ◦ green 143 ◦ blue 131

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

Shades of Gossamer #348F83

Tints of Gossamer #348F83

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.87%

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

R = 15.95%
G = 43.87%
B = 40.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#348F83 (or 0x348F83) is known color: Gossamer. HEX triplet: 34, 8F and 83. RGB value is (52,143,131). Sum of RGB (Red+Green+Blue) = 52+143+131=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 143 - color contains mainly: green. Hex color #348F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F83 is #CB707C. Grayscale: #727272. Windows color (decimal): -13332605 or 8621876. OLE color: 8621876.

HSL color Cylindrical-coordinate representation of color #348F83: hue angle of 172.09º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F83 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 143 131 -
CMYK 0.64 0 0.08 0.44
HSL 172.09º 0.47% 0.38% -
HSV(B) 172.09º 0.64% 0.56% -
XYZ 15.34 22.01 24.91 -
YUV 114.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 52 143 131 0.64 0 0.08 0.44 172.09 0.47 0.38
Hex 34 8F 83 40 0 8 2C AC 2F 26
Octal 64 217 203 100 0 10 54 254 57 46
Binary 110100 10001111 10000011 1000000 0 1000 101100 10101100 101111 100110

Color Harmonies of #348F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F83

Black with #348F83

Text Example


Text Example

White with #348F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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