Html Css Color HEX #346E80 Astral

📋 copy color: '#346E80'

red 52 ◦ green 110 ◦ blue 128

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

Shades of Astral #346E80

Tints of Astral #346E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.93%

 BLUE value IS 128 (50.39% from 255) = 44.14%

R = 17.93%
G = 37.93%
B = 44.14%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#346E80 (or 0x346E80) is known color: Astral. HEX triplet: 34, 6E and 80. RGB value is (52,110,128). Sum of RGB (Red+Green+Blue) = 52+110+128=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #346E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E80 is #CB917F. Grayscale: #5E5E5E. Windows color (decimal): -13341056 or 8416820. OLE color: 8416820.

HSL color Cylindrical-coordinate representation of color #346E80: hue angle of 194.21º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #346E80 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 110 128 -
CMYK 0.59 0.14 0 0.50
HSL 194.21º 0.42% 0.35% -
HSV(B) 194.21º 0.59% 0.5% -
XYZ 10.89 13.44 22.44 -
YUV 94.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 52 110 128 0.59 0.14 0 0.50 194.21 0.42 0.35
Hex 34 6E 80 3B E 0 32 C2 2A 23
Octal 64 156 200 73 16 0 62 302 52 43
Binary 110100 1101110 10000000 111011 1110 0 110010 11000010 101010 100011

Color Harmonies of #346E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346E80

Black with #346E80

Text Example


Text Example

White with #346E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346E80; }

 p { color: rgb(52,110,128); }

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

background-color css

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

 a { background-color: rgb(52,110,128); }

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

border-color css

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

 span { border-color: rgb(52,110,128); }

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