Html Css Color HEX #347686 Astral

📋 copy color: '#347686'

red 52 ◦ green 118 ◦ blue 134

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

Shades of Astral #347686

Tints of Astral #347686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

 BLUE value IS 134 (52.73% from 255) = 44.08%

R = 17.11%
G = 38.82%
B = 44.08%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#347686 (or 0x347686) is known color: Astral. HEX triplet: 34, 76 and 86. RGB value is (52,118,134). Sum of RGB (Red+Green+Blue) = 52+118+134=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #347686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347686 is #CB8979. Grayscale: #636363. Windows color (decimal): -13339002 or 8812084. OLE color: 8812084.

HSL color Cylindrical-coordinate representation of color #347686: hue angle of 191.71º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347686 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 118 134 -
CMYK 0.61 0.12 0 0.47
HSL 191.71º 0.44% 0.36% -
HSV(B) 191.71º 0.61% 0.53% -
XYZ 12.2 15.41 24.89 -
YUV 100.09 147.13 93.7 -
System Red Green Blue C M Y K H S L
Decimal 52 118 134 0.61 0.12 0 0.47 191.71 0.44 0.36
Hex 34 76 86 3D C 0 2F C0 2C 24
Octal 64 166 206 75 14 0 57 300 54 44
Binary 110100 1110110 10000110 111101 1100 0 101111 11000000 101100 100100

Color Harmonies of #347686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347686

Black with #347686

Text Example


Text Example

White with #347686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347686; }

 p { color: rgb(52,118,134); }

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

background-color css

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

 a { background-color: rgb(52,118,134); }

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

border-color css

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

 span { border-color: rgb(52,118,134); }

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