#346D82

Color #346D82 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #346D82

Tints of Astral #346D82

Color information

#346D82 (or 0x346D82) is unknown color: approx Astral. HEX triplet: 34, 6D and 82. RGB value is (52,109,130). Sum of RGB (Red+Green+Blue) = 52+109+130=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #346D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D82 is #CB927D. Grayscale: #5E5E5E. Windows color (decimal): -13341310 or 8547636. OLE color: 8547636.

HSL color Cylindrical-coordinate representation of color #346D82: hue angle of 196.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346D82 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52109130-
CMYK0.600.1600.49
HSL196.15º42.86%35.69%-
HSV(B)196.15º60%50.98%-
XYZ10.9113.2823.11-
YUV94.35148.1297.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=17.87%
G=37.46%
B=44.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521091300.600.1600.49196.1542.8635.69
Hex346D823C10031c42b24
Octal6415520274200613045344
Binary11010011011011000001011110010000011000111000100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,109,130); }

 H1.HeaderClassName
 {
   color: #346D82;
 }
 .AnyTagClassName
 {
   color: #346D82;
 }
</style>
background-color css

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

 a { background-color: rgb(52,109,130); }

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

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

 span { border-color: rgb(52,109,130); }

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