#346B82

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

Shades of Astral #346B82

Tints of Astral #346B82

Color information

#346B82 (or 0x346B82) is unknown color: approx Astral. HEX triplet: 34, 6B and 82. RGB value is (52,107,130). Sum of RGB (Red+Green+Blue) = 52+107+130=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #346B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B82 is #CB947D. Grayscale: #5D5D5D. Windows color (decimal): -13341822 or 8547124. OLE color: 8547124.

HSL color Cylindrical-coordinate representation of color #346B82: hue angle of 197.69º 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 #346B82 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52107130-
CMYK0.600.1800.49
HSL197.69º42.86%35.69%-
HSV(B)197.69º60%50.98%-
XYZ10.712.8623.04-
YUV93.18148.7898.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=17.99%
G=37.02%
B=44.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521071300.600.1800.49197.6942.8635.69
Hex346B823C12031c62b24
Octal6415320274220613065344
Binary11010011010111000001011110010010011000111000110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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